@import url("https://fonts.cdnfonts.com/css/granjon-lt");

@import url("https://fonts.googleapis.com/css2?family=Arima:wght@100..700&family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@import url("https://fonts.cdnfonts.com/css/riyadoh");

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
.Desktop {
  display: block;
}

.mobile {
  display: none;
}

.first-page {
  width: 100%;
  height: 695px;
  background-color: gray;
}

.nav-1 {
  margin-left: 60px;
  padding-top: 30px;
  width: 100%;
}

.nav-2 .side-options {
  display: flex;
  gap: 25px;
  list-style: none;
  float: inline-end;
  margin-right: 50px;
  margin-top: -40px;
  font-size: 17px;
  font-family: "Granjon LT", sans-serif;
}

.nav-link {
  color: azure;
}

.nav-link {
  text-decoration: none;
  font-size: 18px;
  color: white;
  padding: 10px;
  transition: color 0.3s ease, transform 0.3s ease;
}

.nav-link:hover {
  color: #ff0000;
  transform: scale(1.1);
}

.nav-2 {
  padding: 15px;
}

.side-options {
  list-style-type: none;
  display: flex;
}

.side-options li {
  position: relative;
  margin-right: 20px;
}

.nav-link {
  text-decoration: none;
  color: white;
  padding: 10px;
  display: block;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.nav-link:hover {
  background-color: #555;
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #444;
  border-radius: 4px;
  display: none;
  list-style-type: none;
  padding: 10px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  min-width: 160px;
}

.dropdown li {
  margin: 5px 0;
}

.dropdown li a {
  color: white;
  text-decoration: none;
  padding: 8px 12px;
  display: block;
  transition: background-color 0.3s;
}

.dropdown li a:hover {
  background-color: #555;
}

.dropdown li ul {
  position: absolute;
  top: 0;
  left: 160px;
  background-color: #555;
  border-radius: 4px;
  display: none;
  padding: 10px;
  min-width: 160px;
}

.dropdown li:hover ul {
  display: block;
}

li:hover > .dropdown {
  display: block;
}

.side-options {
  list-style-type: none;
  padding: 0;
}

.side-options li {
  margin-bottom: 10px;
}

.fir-pic {
  width: 70%;
  height: 600px;
  background-size: cover;
  margin-left: 26%;
  margin-top: 40px;
}

.first-title {
  color: white;
  margin-top: -550px;
  margin-left: 13%;
  font-family: "Granjon LT", sans-serif;
  font-size: 50px;
  font-weight: 10px;
}

.disc-1 {
  border: 4px;
  padding: 1px;
  width: 190px;
  text-align: center;
  background-color: #09378c;
  border-radius: 10px;
  margin-left: 13%;
  margin-top: -10px;
}

.sec-bg {
  width: 92%;
  height: 690px;
  background-color: #d9d9d9;
  position: relative;
  margin-top: 172px;
}

.sec-bg-pic {
  height: 600px;
  width: 550px;
  margin-top: 150px;
}

.sec-pic-h1 {
  margin-top: -490px;
  margin-left: 460px;
  font-family: "Granjon LT", sans-serif;
  font-weight: 400;
  font-size: 50px;
}

.blue-line {
  margin-top: -100px;
  margin-left: 700px;
  width: 100%;
}

.p-1 {
  font-family: "Arima", system-ui;
  margin-left: 600px;
  margin-top: 70px;
  text-align: justify;
  width: 50%;
}

.p-2 {
  font-family: "Arima", system-ui;
  margin-left: 600px;
  margin-top: 30px;
  font-size: 25px;
  width: 50%;
  text-align: justify;
}

.third-bg {
  width: 65%;
  height: 300px;
  background-color: #d9d9d9;
  margin-top: 140px;
  margin-left: 100px;
}

.black-line {
  padding-top: 40px;
  margin-left: -50px;
}

.Explore {
  font-family: "Granjon LT", sans-serif;
  color: #09378c;
  font-size: 40px;
  font-weight: 500;
  margin-left: 280px;
  margin-top: -30px;
  font-weight: bolder;
}

.cater {
  font-family: "Granjon LT", sans-serif;
  color: #09378c;
  font-weight: bold;
  font-size: 25px;
  margin-left: 43%;
  margin-top: -11%;
}

.third-images {
  display: flex;
  margin-top: 40px;
  gap: 50px;
  justify-content: center;
  margin-left: 8%;
}

.third-images {
  display: flex;
}
.pic {
  position: relative;
  width: 210px;
  height: 290px;
  overflow: hidden;
  border-radius: 5px;
}
.pic img {
  width: 100%;
  height: 90%;
  transition: transform 0.5s ease;
}

.pic:hover img,
.pic:active img {
  transform: scale(1.1);
}

.pic:hover .txt,
.pic:active .txt {
  opacity: 1;
}

.disc-3 {
  border: 2px;
  padding: 4%;
  width: 155px;
  background-color: #09378c;
  border-radius: 10px;
  margin-top: -28px;
  position: relative;
  margin-left: 18px;
  text-align: center;
  font-family: "Granjon LT", sans-serif;
}
.disc-4 {
  border: 1px solid #09378c;

  background-color: #09378c;
  border-radius: 10px;
  margin-top: -1px;
  margin-left: 585px;
  text-align: center;
  color: white;
  font-family: "Granjon LT", sans-serif;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 132px;
}

.fourth-bg {
  width: 75%;
  height: 350px;
  background-color: #d9d9d9;
  margin-top: 100px;
  margin-left: 280px;
}

.why {
  font-family: "Granjon LT", sans-serif;
  color: #09378c;
  font-size: 40px;
  font-weight: 500;
  margin-left: 350px;
  margin-top: -30px;
  font-weight: bolder;
}

.black-line-2 {
  margin-left: 20px;
  padding-top: 70px;
}

.why-para {
  margin-left: 220px;
  font-family: "Arima", system-ui;
  text-align: justify;
  width: 60%;
}

.blue-card {
  background-color: #09378c;
  width: 350px;
  height: 350px;
  text-align: center;
  margin-left: 100px;
  margin-top: -190px;
  font-family: "Arima", system-ui;
  font-size: 15px;
}

.blue-card p {
  padding-top: 60px;
  text-align: center;
  width: 70%;
  margin-left: 15%;
}

.pic-container {
  width: 130px;
  height: 130px;
  background-color: white;
  margin-top: -240px;
  margin-left: 700px;
  text-align: center;
  border: 2px solid gray;
  border-radius: 10px;
}

.pic-container-2 {
  width: 130px;
  height: 130px;
  background-color: white;
  margin-top: -135px;
  margin-left: 870px;
  text-align: center;
  border: 2px solid gray;
  border-radius: 10px;
}

.arabi {
  width: 100%;
  height: 168px;
  background-color: #d9d9d9;
  margin-top: 9%;
}

.arabic-txt {
  font-family: "Riyadoh", sans-serif;
  color: #09378c;
  opacity: 73%;
  stroke: #000000;
  font-size: 75px;
  text-shadow: 1px 1px 0 black, -1px -1px 0 black, -1px 1px 0 black,
    1px -1px 0 black;
  font-weight: 200;
  text-align: center;
  padding-top: 4%;
}

.Details {
  background-image: url("images/young-handsome-man-choosing-clothes-shop\ 1\ \(1\).png");
  height: 868px;
  width: 100%;
  background-size: cover;
}

.rec {
  height: 650px;
  width: 550px;
  margin-left: 240px;
  margin-top: 120px;
}

.map {
  display: inline;
  margin-left: -20px;
}

.login-container {
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 400px;
  margin-left: 265px;
  margin-top: -575px;
}

.login-container h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #000000;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  color: #555;
  font-size: 14px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 2px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  color: #333;
  outline: none;
  transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #3498db;
}

.form-group textarea {
  height: 100px;
  resize: none;
}

.submit-btn {
  justify-content: center;
  width: 40%;
  padding: 10px;
  background-color: #3498db;
  border: none;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-left: 130px;
  margin-top: 20px;
}

.submit-btn:hover {
  background-color: #2980b9;
}

.footer-1 {
  height: 200px;
  width: 100%;
  background-color: white;
}

.footer-2 {
  height: 600px;
  width: 100%;
  background-color: #192136;
}
.footer-content {
  height: 250px;
  width: 80%;
  background-color: #d9d9d9;
  border-radius: 20px;
  margin-top: -770px;
  margin-left: 150px;
}

.ft-txt {
  color: #09378c;
  font-family: "Granjon LT", sans-serif;
  margin-left: 100px;
  padding-top: 80px;
  font-weight: 500;
  font-size: xx-large;
}

.disc-2 {
  border: 2px solid #3498db;
  padding: 5px;
  width: 200px;
  text-align: center;
  background-color: #09378c;
  border-radius: 10px;
  margin-left: 65%;
  margin-top: -11%;
  font-family: "Granjon LT", sans-serif;
}

footer {
  color: #fff;
  padding: 50px;
  margin-left: 200px;
  margin-top: 60px;
}

footer .ft-1 {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin: 50px 1%;
}

footer h4 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: gray;
  font-weight: 200;
  font-family: "Granjon LT", sans-serif;
}

footer ul {
  list-style-type: none;
  padding: 0;
  font-family: "Arima", system-ui;
  margin-bottom: -30px;
}

footer ul li {
  margin-bottom: 10px;
}

footer ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

footer ul li a:hover {
  color: #fff;
}

footer .ft-1 ul li a:active {
  color: #f39c12;
}

.copyright {
  font-size: large;
  font-weight: lighter;
  color: #555;
  text-align: center;
  font-family: "Arima", system-ui;
}
.ft-logo {
  width: 8%;
  height: 8%;
  margin-top: -17%;
  margin-right: 3%;
  float: inline-end;
}

/* Devices: Large desktops and high-resolution monitors */
@media (min-width: 1439px) and (max-width: 1920px) {
  .disc-1 {
    border: 4px;
    padding: 1px;
    width: 190px;
    text-align: center;
    background-color: #09378c;
    border-radius: 10px;
    margin-left: 12%;
    margin-top: -10px;
  }
  .sec-bg {
    width: 92%;
    height: 690px;
    background-color: #d9d9d9;
    position: relative;
    margin-top: 172px;
  }
  .arabi {
    width: 100%;
    height: 200px;
    background-color: #d9d9d9;
    margin-top: 6%;
  }

  .pic-container {
    width: 130px;
    height: 130px;
    background-color: white;
    margin-top: -206px;
    margin-left: 700px;
    text-align: center;
    border: 2px solid gray;
    border-radius: 10px;
  }
}

/* Devices: Large laptops and smaller desktop monitors */
@media (min-width: 1281px) and (max-width: 1399px) {
  .disc-1 {
    border: 4px;
    padding: 1px;
    width: 155px;
    text-align: center;
    background-color: #09378c;
    border-radius: 10px;
    margin-left: 13%;
    margin-top: -10px;
  }
  .p-1 {
    font-family: "Arima", system-ui;
    margin-left: 580px;
    margin-top: 70px;
    text-align: justify;
    width: 50%;
  }
  .sec-pic-h1 {
    margin-top: -562px;
    margin-left: 460px;
    font-family: "Granjon LT", sans-serif;
    font-weight: 400;
    font-size: 50px;
  }
  .p-2 {
    font-family: "Arima", system-ui;
    margin-left: 580px;
    margin-top: 30px;
    font-size: 25px;
    width: 50%;
    text-align: justify;
  }
  .third-images {
    display: flex;
    margin-top: 40px;
    gap: 50px;
    justify-content: center;
    margin-left: 8%;
    margin-right: 3%;
  }
  .arabi {
    width: 100%;
    height: 200px;
    background-color: #d9d9d9;
    margin-top: 9%;
  }

  .blue-line {
    margin-top: -89px;
    margin-left: 716px;
    width: 100%;
  }
}

/* Devices: Medium-sized laptops and high-end tablets */
@media (min-width: 1200px) and (max-width: 1280px) {
  .disc-1 {
    border: 4px;
    padding: 1px;
    width: 147px;
    text-align: center;
    background-color: #09378c;
    border-radius: 10px;
    margin-left: 13%;
    margin-top: -10px;
  }
  .blue-line {
    margin-top: -100px;
    margin-left: 684px;
    width: 100%;
  }

  .p-1 {
    font-family: "Arima", system-ui;
    margin-left: 579px;
    margin-top: 70px;
    text-align: justify;
    width: 46%;
  }

  .p-2 {
    font-family: "Arima", system-ui;
    margin-left: 579px;
    margin-top: 30px;
    font-size: 25px;
    width: 46%;
    text-align: justify;
  }

  .third-images {
    display: flex;
    margin-top: 40px;
    gap: 50px;
    justify-content: center;
    margin-left: 8%;
    margin-right: 2%;
  }
  .disc-3 {
    border: 2px;
    padding: 4%;
    width: 139px;
    background-color: #09378c;
    border-radius: 10px;
    margin-top: -28px;
    position: relative;
    margin-left: 10px;
    text-align: center;
    font-family: "Granjon LT", sans-serif;
  }

  .fourth-bg {
    width: 75%;
    height: 350px;
    background-color: #d9d9d9;
    margin-top: 100px;
    margin-left: 280px;
  }

  .arabi {
    width: 100%;
    height: 200px;
    background-color: #d9d9d9;
    margin-top: 9%;
  }

  .rec {
    height: 650px;
    width: 550px;
    margin-left: 145px;
    margin-top: 120px;
  }
  .sec-pic-h1 {
    margin-top: -542px;
    margin-left: 460px;
    font-family: "Granjon LT", sans-serif;
    font-weight: 400;
    font-size: 50px;
  }
  .login-container {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 350px;
    margin-left: 179px;
    margin-top: -575px;
  }
}

/* Devices: Tablets in landscape mode and small desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .disc-1 {
    border: 4px;
    padding: 1px;
    width: 123px;
    text-align: center;
    background-color: #09378c;
    border-radius: 10px;
    margin-left: 13%;
    margin-top: -10px;
  }
  .third-images {
    display: flex;
    margin-top: 30px;
    gap: 30px;
    justify-content: center;
    margin-left: 5%;
    margin-right: 15px;
  }
  .disc-3 {
    padding: 3%;
    width: 135px;
    margin-top: -20px;
    margin-left: 10px;
    font-size: 14px;
  }

  .p-1 {
    font-family: "Arima", system-ui;
    margin-left: 600px;
    margin-top: 70px;
    text-align: justify;
    width: 33%;
  }
  .p-2 {
    font-family: "Arima", system-ui;
    margin-left: 600px;
    margin-top: 30px;
    font-size: 21px;
    width: 33%;
    text-align: justify;
  }
  .blue-line {
    margin-top: -91px;
    margin-left: 706px;
    width: 100%;
  }
  .sec-bg {
    width: 100%;
    height: 690px;
    background-color: #d9d9d9;
    position: relative;
    margin-top: 172px;
  }
  .Details {
    background-image: url("images/young-handsome-man-choosing-clothes-shop\ 1\ \(1\).png");
    height: 116%;
    width: 100%;
    background-size: cover;
  }
  .arabi {
    width: 100%;
    height: 120px;
    background-color: #d9d9d9;
    margin-top: 9%;
  }

  .fourth-bg {
    width: 75%;
    height: 350px;
    background-color: #d9d9d9;
    margin-top: 100px;
    margin-left: 164px;
  }
  .black-line-2 {
    margin-left: -48px;
    padding-top: 70px;
  }

  .blue-card {
    background-color: #09378c;
    width: 350px;
    height: 350px;
    text-align: center;
    margin-left: 24px;
    margin-top: -190px;
    font-family: "Arima", system-ui;
    font-size: 15px;
  }

  .pic-container {
    width: 130px;
    height: 130px;
    background-color: white;
    margin-top: -197px;
    margin-left: 503px;
    text-align: center;
    border: 2px solid gray;
    border-radius: 10px;
  }

  .pic-container-2 {
    width: 130px;
    height: 130px;
    background-color: white;
    margin-top: -135px;
    margin-left: 683px;
    text-align: center;
    border: 2px solid gray;
    border-radius: 10px;
  }

  .arabic-txt {
    font-family: "Riyadoh", sans-serif;
    color: #09378c;
    opacity: 73%;
    stroke: #000000;
    font-size: 51px;
    text-shadow: 1px 1px 0 black, -1px -1px 0 black, -1px 1px 0 black,
      1px -1px 0 black;
    font-weight: 200;
    text-align: center;
    padding-top: 3%;
  }

  .rec {
    height: 650px;
    width: 432px;
    margin-left: 64px;
    margin-top: 151px;
  }
  .sec-pic-h1 {
    margin-top: -569px;
    margin-left: 460px;
    font-family: "Granjon LT", sans-serif;
    font-weight: 400;
    font-size: 50px;
  }
  .disc-4 {
    border: 1px solid #09378c;
    background-color: #09378c;
    border-radius: 10px;
    margin-top: -1px;
    margin-left: 681px;
    text-align: center;
    color: white;
    font-family: "Granjon LT", sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 132px;
  }
  .login-container {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 42%;
    max-width: 322px;
    margin-left: 69px;
    margin-top: -591px;
  }
  footer {
    color: #fff;
    padding: 50px;
    margin-left: 200px;
    margin-top: -19px;
  }
}

/* Devices: Tablets in portrait mode and small mobile devices */
@media (min-width: 768px) and (max-width: 991px) {
  .nav-1 {
    margin-left: 25px;
    padding-top: 30px;
    width: 100%;
  }
  .nav-2 {
    padding: 15px;
    margin: -18px -81px 1px 3px;
  }
  .first-title {
    color: white;
    margin-top: -550px;
    margin-left: 5%;
    font-family: "Granjon LT", sans-serif;
    font-size: 40px;
  }
  .disc-1 {
    border: 4px;
    padding: 1px;
    width: 115px;
    text-align: center;
    background-color: #09378c;
    border-radius: 10px;
    margin-left: 9%;
    margin-top: -10px;
  }
  .sec-bg-pic {
    height: 578px;
    width: 402px;
    margin-top: 129px;
  }
  .sec-pic-h1 {
    margin-top: -569px;
    margin-left: 317px;
    font-family: "Granjon LT", sans-serif;
    font-weight: 400;
    font-size: 46px;
  }
  .disc-4 {
    border: 1px solid #09378c;
    background-color: #09378c;
    border-radius: 10px;
    margin-top: -1px;
    margin-left: 511px;
    text-align: center;
    color: white;
    font-family: "Granjon LT", sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 132px;
  }

  .p-1 {
    font-family: "Arima", system-ui;
    margin-left: 421px;
    margin-top: 70px;
    text-align: justify;
    width: 43%;
  }
  .p-2 {
    font-family: "Arima", system-ui;
    margin-left: 422px;
    margin-top: 30px;
    font-size: 25px;
    width: 42%;
    text-align: justify;
  }
  .sec-bg {
    width: 100%;
    height: 690px;
    background-color: #d9d9d9;
    position: relative;
    margin-top: 172px;
  }
  .blue-line {
    margin-top: -83px;
    margin-left: 545px;
    width: 100%;
  }
  .arabi {
    width: 100%;
    height: 200px;
    background-color: #d9d9d9;
    margin-top: 255%;
  }

  .third-bg {
    width: 72%;
    height: 300px;
    background-color: #d9d9d9;
    margin-top: 140px;
    margin-left: 66px;
  }
  .Explore {
    font-family: "Granjon LT", sans-serif;
    color: #09378c;
    font-size: 40px;
    font-weight: 500;
    margin-left: 280px;
    margin-top: -30px;
    font-weight: bolder;
  }
  .cater {
    font-family: "Granjon LT", sans-serif;
    color: #09378c;
    font-weight: bold;
    font-size: 25px;
    margin-left: 29%;
    margin-top: -11%;
  }

  .third-images {
    gap: 15px;
    margin-top: 30px;
    margin-left: 1%;
    padding: 0 10px;
    margin-right: 9px;
  }

  .disc-3 {
    width: 130px;
    padding: 3%;
    margin-top: -20px;
    margin-left: 0;
    font-size: 14px;
  }

  .fourth-bg {
    width: 83%;
    height: 350px;
    background-color: #d9d9d9;
    margin-top: 100px;
    margin-left: 102px;
  }

  .black-line-2 {
    margin-left: -69px;
    padding-top: 70px;
  }

  .why {
    font-family: "Granjon LT", sans-serif;
    color: #09378c;
    font-size: 40px;
    font-weight: 500;
    margin-left: 255px;
    margin-top: -30px;
    font-weight: bolder;
  }
  .why-para {
    margin-left: 237px;
    font-family: "Arima", system-ui;
    text-align: justify;
    width: 60%;
  }

  .blue-card {
    background-color: #09378c;
    width: 298px;
    height: 325px;
    text-align: center;
    margin-left: 17px;
    margin-top: -162px;
    font-family: "Arima", system-ui;
    font-size: 15px;
  }

  .pic-container {
    width: 130px;
    height: 131px;
    background-color: white;
    margin-top: -173px;
    margin-left: 364px;
    text-align: center;
    border: 2px solid gray;
    border-radius: 10px;
  }

  .pic-container-2 {
    width: 130px;
    height: 131px;
    background-color: white;
    margin-top: -136px;
    margin-left: 509px;
    text-align: center;
    border: 2px solid gray;
  }

  .arabi {
    height: 100px;
    margin-top: 9%;
  }

  .arabic-txt {
    font-size: 40px;
    padding-top: 2%;
    text-shadow: 0.5px 0.5px 0 black, -0.5px -0.5px 0 black,
      -0.5px 0.5px 0 black, 0.5px -0.5px 0 black;
  }

  .Details {
    background-image: url("images/young-handsome-man-choosing-clothes-shop\ 1\ \(1\).png");
    height: 499px;
    width: 100%;
    background-size: cover;
  }
  .rec {
    height: 475px;
    width: 333px;
    margin-left: 37px;
    margin-top: 93px;
    margin: 58px 4px -128px 65px;
    padding: 7px 9px 13px 0px;
  }
  .map {
    display: inline;
    margin-left: -17px;
    width: 48%;
    height: 87%;
    margin: -363px 5px 62px 368px;
  }
  .login-container {
    padding: 42px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 97%;
    max-width: 202px;
    margin-left: 72px;
    margin-top: -538px;
  }
  .submit-btn {
    justify-content: center;
    width: 36%;
    padding: 10px;
    background-color: #3498db;
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-left: 73px;
    margin-top: -2px;
  }

  .footer-content {
    height: 217px;
    width: 77%;
    background-color: #d9d9d9;
    border-radius: 20px;
    margin-top: -786px;
    margin-left: 81px;
  }
  .disc-2 {
    border: 2px solid #3498db;
    padding: 5px;
    width: 145px;
    text-align: center;
    background-color: #09378c;
    border-radius: 10px;
    margin-left: 60%;
    margin-top: -17%;
    font-family: "Granjon LT", sans-serif;
  }
  footer {
    color: #fff;
    padding: 50px;
    margin-left: 25px;
    margin-top: -1px;
  }
  .ft-logo {
    width: 11%;
    height: 8%;
    margin-top: -11%;
    margin-right: 3%;
    float: inline-end;
  }
}

/* Devices: Mobile phones and smaller tablets */
@media (max-width: 767px) {
  .Desktop {
    display: none;
  }
  .second-section {
    display: none;
  }
  .third-body {
    display: none;
  }

  .arabic {
    display: none;
  }

  .Details {
    display: none;
  }

  .footer {
    display: none;
  }

  .mobile {
    display: block;
  }

  .arabi {
    display: none;
  }

  .main-container {
    overflow: hidden;
  }

  .main-container,
  .main-container * {
    box-sizing: border-box;
  }

  input,
  select,
  textarea,
  button {
    outline: 0;
  }

  .main-container {
    position: relative;
    width: 767px;
    height: 5705px;
    margin: 0 auto;
    font-size: 0px;
    background: #ffffff;
    overflow: hidden;
  }

  .flex-row-ca {
    position: relative;
    width: 354px;
    height: 26px;
    margin: 13px 0 0 38px;
    z-index: 29;
  }
  .asset-x {
    position: absolute;
    width: 34px;
    height: 18px;
    top: 0;
    left: 0;
    background: url("mobile images/5ac2aa7b55109b54199026effea1c5d2cbe18559.png")
      no-repeat center;
    background-size: cover;
    z-index: 28;
  }
  .menu {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 0;
    left: 328px;
    z-index: 29;
    overflow: hidden;
  } /* Hamburger Icon */
  .icon {
    width: 24px;
    height: 24px;
    background-image: url("mobile images/05d2f922-a65e-4e56-abb9-6fa787fd997e.png"); /* Replace with your icon URL */
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: transform 0.3s ease; /* Add transition for effect */
  }
  /* Close Icon */
  .close-icon {
    font-size: 20px;
    color: black;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    display: none;
  }

  .navbar {
    position: fixed;
    top: -1px;
    right: -100%;
    width: 37%;
    max-width: 325px;
    height: 77%;
    background-color: #f4f4f4;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    padding: 5px 3px 4px 22px;
    z-index: 1000;
  }
  /* Show navbar when active */
  .navbar.active {
    right: 0;
  }

  /* Navigation Links */
  .nav-links {
    list-style: none;
    padding: 0;
  }

  .nav-links li {
    margin-bottom: 15px;
  }

  .nav-links a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
  }

  .dropdown {
    display: none;
    position: absolute;
    top: 10%;
    left: -135px;
    background-color: #444;
    color: #fff;
    border-radius: 3px;
    list-style-type: none;
    padding: 10px 0;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    min-width: 150px;
    z-index: 1;
  }

  /* Dropdown link styling */
  .dropdown li {
    margin: 0; /* Reset margin for dropdown items */
  }

  .dropdown li a {
    display: block;
    padding: 8px 15px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.2s ease;
  }

  /* Hover effect on dropdown links */
  .dropdown li a:hover {
    background-color: #555;
    border-radius: 4px;
  }

  /* Display dropdown on hover for desktop */
  .nav-links li:hover > .dropdown,
  .nav-links li:focus-within > .dropdown {
    display: block;
  }

  /* Close icon visible when navbar is active */
  .navbar.active .close-icon {
    display: block;
  }
  .dropdown li ul {
    position: absolute;
    top: 111px;
    left: 106px;
    background-color: #555;
    border-radius: 4px;
    display: none;
    padding: 2px;
    min-width: 149px;
  }
  .our-vision {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 500.083px;
    height: 21.93px;
    margin: 468px 0 0 133px;
    color: #09378c;
    font-family: Poppins, var(--default-font-family);
    font-size: 50.528px;
    font-weight: 500;
    line-height: 14.93px;
    text-align: center;
    white-space: nowrap;
    z-index: 20;
  }
  .rectangle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 430px;
    height: 87.12px;
    margin: 3688.07px 0 0 0;
    background: #ffffff;
    z-index: 70;
  }
  .specialized-saudi-uniforms {
    flex-shrink: 0;
    position: relative;
    width: 345px;
    height: 344px;
    font-family: Inter, var(--default-font-family);
    font-size: 25.662076950073242px;
    font-weight: 500;
    line-height: 31px;
    text-align: left;
    text-overflow: initial;
    white-space: nowrap;
    z-index: 92;
  }
  .specialized-saudi-school {
    position: relative;
    color: rgba(9, 55, 140, 0.73);
    font-family: "Riyadoh", sans-serif;
    font-size: 46.662076950073242px;
    font-weight: 400;
    line-height: 31.057px;
    text-align: left;
    -webkit-text-stroke: 0.22px #000000;
  }
  .empty {
    position: relative;
    color: rgba(9, 55, 140, 0.73);
    font-family: Inter, var(--default-font-family);
    font-size: 25.662076950073242px;
    font-weight: 500;
    line-height: 31.057px;
    text-align: left;
    -webkit-text-stroke: 0.22px #000000;
  }
  .specialized-saudi-school-1 {
    position: relative;
    color: rgba(9, 55, 140, 0.73);
    font-family: "Riyadoh", sans-serif;
    font-size: 46.662076950073242px;
    font-weight: 400;
    line-height: 31.057px;
    text-align: left;
    -webkit-text-stroke: 0.22px #000000;
  }

  .rectangle-2 {
    position: relative;
    width: 358px;
    height: 366px;
    margin: -1.12px 0 0 207px;
    font-size: 0px;
    background: rgba(250, 251, 252, 0.65);
    z-index: 25;
    overflow: visible auto;
  }
  .contact-us {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 166.582px;
    height: 41.438px;
    margin: 41px 0 0 63.703px;
    color: #ffffff;
    font-family: Poppins, var(--default-font-family);
    font-size: 14.91779899597168px;
    font-weight: 800;
    line-height: 22.377px;
    text-align: center;
    z-index: 27;
  }

  .rectangle-3 {
    position: relative;
    width: 180.671px;
    height: 27.349px;
    margin: 11.187px 0 0 55px;
    background: #fafbfc;
    z-index: 28;

    border-radius: 4.144px;
    outline: none;
    transition: border-color 0.3s ease;
    color: #333;
    border: 2px solid #ddd;
  }
  .name {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 20.719px;
    height: 9px;
    top: 9.531px;
    left: 11.188px;
    color: rgba(0, 0, 0, 0.5);
    font-family: Roboto, var(--default-font-family);
    font-size: 7.45889949798584px;
    font-weight: 400;
    line-height: 8.741px;
    text-align: center;
    white-space: nowrap;
    z-index: 31;
  }
  .rectangle-4 {
    position: relative;
    width: 180.671px;
    height: 27.349px;
    margin: 20.721px 0 0 55px;
    background: #fafbfc;
    z-index: 29;
    border-radius: 4.144px;
    outline: none;
    transition: border-color 0.3s ease;
    color: #333;
    border: 2px solid #ddd;
  }

  .email {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 19.476px;
    height: 9px;
    top: 9.531px;
    left: 10.773px;
    color: rgba(0, 0, 0, 0.5);
    font-family: Roboto, var(--default-font-family);
    font-size: 7.45889949798584px;
    font-weight: 400;
    line-height: 8.741px;
    text-align: center;
    white-space: nowrap;
    z-index: 32;
  }
  .rectangle-5 {
    position: relative;
    width: 180.671px;
    height: 87.849px;
    margin: 20.721px 0 0 55px;
    background: #fafbfc;
    z-index: 30;
    border-radius: 4.144px;
    outline: none;
    transition: border-color 0.3s ease;
    color: #333;
    border: 2px solid #ddd;
    resize: none;
  }
  .what-you-wanna-say {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 76.247px;
    height: 9px;
    top: 9.531px;
    left: 8.703px;
    color: rgba(0, 0, 0, 0.5);
    font-family: Roboto, var(--default-font-family);
    font-size: 7.45889949798584px;
    font-weight: 400;
    line-height: 8.741px;
    text-align: center;
    white-space: nowrap;
    z-index: 33;
  }
  .rectangle-6 {
    position: relative;
    width: 55.527px;
    height: 23.205px;
    margin: 24.862px 0 0 112.184px;
    color: white;
    background-color: #3498db;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index: 34;
  }

  .submit {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 12px;
    top: 5.797px;
    left: 12.02px;
    color: #ffffff;
    font-family: Roboto, var(--default-font-family);
    font-size: 9.945199012756348px;
    font-weight: 700;
    line-height: 11.655px;
    text-align: center;
    white-space: nowrap;
    z-index: 35;
  }
  .ready-to-start {
    display: block;
    position: relative;
    height: 34px;
    margin: 287px 5px 4px 200px;
    color: #114bb7;
    font-family: Inter, var(--default-font-family);
    font-size: 32.905px;
    font-weight: 500;
    line-height: 31px;
    text-align: left;
    white-space: nowrap;
    z-index: 37;
    z-index: 37;
  }
  .talk-to-us-today {
    display: block;
    position: relative;
    height: 31px;
    margin: 5.43px 0 0 239px;
    color: #09378c;
    font-family: Inter, var(--default-font-family);
    font-size: 29.905px;
    font-weight: 500;
    line-height: 31px;
    text-align: left;
    white-space: nowrap;
    z-index: 38;
  }
  .rectangle-7 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 172px;
    height: 51.6px;
    margin: 24.57px 0 0 244px;
    background: #09378c;
    z-index: 40;
    border-radius: 9.46px;
  }
  .get-started {
    flex-shrink: 0;
    position: relative;
    height: 21px;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 17.200000762939453px;
    font-weight: 500;
    line-height: 20.816px;
    text-align: left;
    white-space: nowrap;
    z-index: 40;
  }
  .rectangle-8 {
    position: relative;
    width: 766px;
    height: 662px;
    margin: 23.4px 0 0 0px;
    background: #192136;
    z-index: 41;
    overflow: visible auto;
  }
  .flex-row-d {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 369px;
    height: 24px;
    margin: 26px 0 0 177px;
    z-index: 53;
  }
  .about-maas {
    flex-shrink: 0;
    position: relative;
    height: 24px;
    color: #606a83;
    font-family: Inter, var(--default-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 45;
  }
  .product {
    flex-shrink: 0;
    position: relative;
    height: 24px;
    color: #606a83;
    font-family: Inter, var(--default-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 53;
  }
  .flex-row-bca {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 369px;
    height: 24px;
    margin: 45.336px 0 0 208px;
    z-index: 49;
  }
  .home {
    flex-shrink: 0;
    position: relative;
    height: 24px;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 46;
  }
  .school-uniform {
    flex-shrink: 0;
    position: relative;
    height: 24px;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 49;
  }
  .flex-row-d-9 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 373px;
    height: 24px;
    margin: 36px 0 0 207px;
    z-index: 50;
  }
  .about-us {
    flex-shrink: 0;
    position: relative;
    height: 24px;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 47;
  }
  .hospital-uniform {
    flex-shrink: 0;
    position: relative;
    height: 24px;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 50;
  }
  .flex-row-a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 321px;
    height: 24px;
    margin: 45.32px 0 0 205px;
    z-index: 51;
  }
  .contact-us-a {
    flex-shrink: 0;
    position: relative;
    height: 24px;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 48;
  }
  .shirts {
    flex-shrink: 0;
    position: relative;
    height: 24px;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 51;
  }
  .t-shirts {
    display: block;
    position: relative;
    height: 24px;
    margin: 35.672px 0 0 468.336px;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 52;
  }
  .address {
    display: block;
    position: relative;
    height: 24px;
    margin: 45.672px 0 0 34px;
    color: #606a83;
    font-family: Inter, var(--default-font-family);
    font-size: 40px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 44;
  }
  .address-info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 420px;
    height: 91px;
    margin: 19px 0 0 34px;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 30px;
    font-weight: 500;
    line-height: 35.205px;
    text-align: left;
    z-index: 42;
  }
  .contact-info {
    display: block;
    position: relative;
    height: 24px;
    margin: 33px 0 0 34px;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 28px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 43;
  }
  .rectangle-b {
    position: relative;
    width: 73.956px;
    height: 70.956px;
    margin: -66px 24px 5px 598px;
    background: #00254f;
    z-index: 90;
    overflow: visible auto;
  }
  .asset-x {
    position: relative;
    width: 35.576px;
    height: 18.809px;
    margin: 9.734px 0 0 14.688px;
    background: url("About mobile img/5ac2aa7b55109b54199026effea1c5d2cbe18559.png")
      no-repeat center;
    background-size: cover;
    z-index: 57;
  }
  .maas {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    height: 25px;
    top: 32.492px;
    left: 3.281px;
    color: #ffffff;
    font-family: Delmon Delicate, var(--default-font-family);
    font-size: 19.867603302001953px;
    font-weight: 400;
    line-height: 24.611px;
    text-align: left;
    white-space: nowrap;
    z-index: 56;
  }
  .line {
    position: absolute;
    width: 58.432px;
    height: 0.51px;
    top: 53.078px;
    left: 3.281px;
    background: url("About mobile img/192d81f1-e249-4907-801c-1d3fc4f7e735.png")
      no-repeat center;
    background-size: cover;
    z-index: 59;
  }
  .line-c {
    position: absolute;
    width: 58.432px;
    height: 0.51px;
    top: 53.586px;
    left: 3.281px;
    background: url("About mobile img/306b0201-ebe3-44a8-824a-686cff35340d.png")
      no-repeat center;
    background-size: cover;
    z-index: 60;
  }
  .line-d {
    position: absolute;
    width: 58.432px;
    height: 0.51px;
    top: 54.102px;
    left: 3.281px;
    background: url("About mobile img/893bd7f9-ecb4-4a70-b570-76d6d7eab956.png")
      no-repeat center;
    background-size: cover;
    z-index: 61;
  }
  .copyright-text {
    display: block;
    position: relative;
    height: 9px;
    margin: 36.044px 0 0 72px;
    color: rgba(215, 215, 215, 0.51);
    font-family: Inter, var(--default-font-family);
    font-size: 13.778px;
    font-weight: 500;
    line-height: 9px;
    text-align: left;
    white-space: nowrap;
    z-index: 62;
  }
  .flex-row {
    position: absolute;
    width: 429.638px;
    height: 249.727px;
    top: 0;
    left: 0;
    z-index: 78;
  }
  .rectangle-e {
    position: absolute;
    width: 766.638px;
    height: 240.875px;
    top: 0;
    left: 0;
    background: #777877;
    z-index: 63;
  }
  .flex-row-ffe {
    position: relative;
    width: 354px;
    height: 26px;
    margin: 13px 0 0 38px;
    z-index: 65;
  }
  .asset-x-f {
    position: absolute;
    width: 34px;
    height: 18px;
    top: 0;
    left: 0;
    background: url("About mobile img/5ac2aa7b55109b54199026effea1c5d2cbe18559.png")
      no-repeat center;
    background-size: cover;
    z-index: 64;
  }
  .menu {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 0;
    left: 328px;
    z-index: 65;
    overflow: hidden;
  }
  .icon {
    position: relative;
    width: 23.5px;
    height: 17px;
    margin: 4.5px 0 0 1.25px;
    background: url("About mobile img/c13d4bba-a9ee-42d7-808d-355438c96a38.png")
      no-repeat center;
    background-size: 100% 100%;
    z-index: 66;
  }
  .maas-apparels-about-us {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 150px;
    height: 56px;
    margin: 37.664px 2px 2px 155.277px;
    color: #ffffff;
    font-family: Poppins, var(--default-font-family);
    font-size: 23.902px;
    font-weight: 410;
    line-height: 26.852px;
    text-align: left;
    text-overflow: initial;
    z-index: 79;
    overflow: hidden;
  }

  .rectangle-10 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 53.978px;
    height: 17.893px;
    margin: 22.75px 0 0 159.277px;
    background: #09378c;
    z-index: 87;
    border-radius: 2.914px;
  }
  .get-started-11 {
    flex-shrink: 0;
    position: relative;
    height: 6px;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 8.297749996185303px;
    font-weight: 500;
    line-height: 6px;
    text-align: left;
    white-space: nowrap;
    z-index: 87;
  }
  .clothing-rack {
    position: absolute;
    width: 100%;
    height: 232.938px;
    top: 40.789px;
    left: 305.25px;
    background: url("./ourMission-mobile/glasses-near-casual-outfit 5.png")
      no-repeat center;
    background-size: auto;
    background-size: cover;
    z-index: 78;
  }
  .flex-row-fbd {
    position: absolute;
    width: 389.359px;
    height: 220.192px;
    top: 222.875px;
    left: 0;
    z-index: 81;
  }
  .rectangle-12 {
    position: absolute;
    width: 688.359px;
    height: 219.724px;
    top: 0;
    left: 0px;
    font-size: 0px;
    background: #d9d9d9;
  }
  .amet-eu-facilisi {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 461.25px;
    height: 50px;
    margin: 84.125px 0 0 208px;
    color: #000000;
    font-family: Montserrat, var(--default-font-family);
    font-size: 14.558px;
    font-weight: 400;
    line-height: 15.214px;
    text-align: left;
    z-index: 82;
  }

  .amet-eu-facilisi-13 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 426.934px;
    height: 18px;
    margin: 18.977px 0 0 207.508px;
    color: #6b6b6b;
    font-family: Montserrat, var(--default-font-family);
    font-size: 15.354px;
    font-weight: 400;
    line-height: 15.184px;
    text-align: left;
    z-index: 83;
  }
  .rectangle-14 {
    position: relative;
    width: 54.978px;
    height: 17.893px;
    margin: 22.039px 0 0 206.688px;
    background: #09378c;
    z-index: 88;
    border-radius: 2.914px;
  }
  .get-started-15 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    height: 6px;
    top: 5.977px;
    left: 9.184px;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 9.298px;
    font-weight: 500;
    line-height: 6px;
    text-align: left;
    white-space: nowrap;
    z-index: 89;
  }
  .our-dna {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    height: 27px;
    top: 55.234px;
    left: 163.086px;
    color: #0000 0;
    font-family: Poppins, var(--default-font-family);
    font-size: 29.901585px;
    font-weight: 500;
    line-height: 26.852px;
    text-align: left;
    white-space: nowrap;
    z-index: 85;
  }

  .rectangle-16 {
    position: absolute;
    width: 127px;
    height: 0.9px;
    top: 66.875px;
    left: 323.852px;
    background: #09378c;
    z-index: 84;
  }
  .sewing-tools {
    position: absolute;
    width: 183.799px;
    height: 186.176px;
    top: 45.016px;
    left: 0;
    background: url("ourMission-mobile/still-life-with-classic-shirts 6.png")
      no-repeat center;
    background-size: cover;
    z-index: 81;
  }
  .flex-row-ffd {
    position: absolute;
    height: 3263.917px;
    top: 513px;
    right: -2px;
    left: 0;
    z-index: 74;
  }
  .frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 62px;
    position: absolute;
    width: 322px;
    height: 2420px;
    top: 0;
    left: 50%;
    transform: translate(-50.31%, 0);
    z-index: 2;
  }
  .frame-17 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 25px;
    position: relative;
    width: 322px;
    z-index: 3;
  }
  .boy-hugging-girls-near-school {
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    min-width: 0;
    height: 377px;
    background: url("About mobile img/251ef656c4815ae9b74e42e6ee2bae83b3951be4.png")
      no-repeat center;
    background-size: cover;
    z-index: 4;
    border-radius: 10px;
  }
  .school-uniform-18 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    width: 258px;
    height: 28px;
    color: #000000;
    font-family: Montserrat, var(--default-font-family);
    font-size: 33px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    white-space: nowrap;
    z-index: 5;
  }
  .frame-19 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 24px;
    position: relative;
    width: 322px;
    z-index: 6;
  }
  .beautiful-black-nurse-portrait {
    flex-shrink: 0;
    position: relative;
    width: 322px;
    height: 377px;
    background: url("About mobile img/a8b80aa0-e902-43e5-9987-65a4a8365516.png")
      no-repeat center;
    background-size: cover;
    z-index: 7;
    border-radius: 10px;
  }
  .hospital-uniform-1a {
    align-self: stretch;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    min-width: 0;
    height: 24px;
    color: #000000;
    font-family: Montserrat, var(--default-font-family);
    font-size: 33px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    z-index: 8;
  }
  .frame-1b {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 24px;
    position: relative;
    width: 322px;
    z-index: 9;
  }
  .b-x {
    flex-shrink: 0;
    position: relative;
    width: 322px;
    height: 377px;
    background: url("About mobile img/ec297e6dca8fc6180fde59681c42feadcd879fde.png")
      no-repeat center;
    background-size: cover;
    z-index: 10;
    border-radius: 10px;
  }
  .hotel-uniform {
    align-self: stretch;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    min-width: 0;
    height: 24px;
    color: #000000;
    font-family: Montserrat, var(--default-font-family);
    font-size: 33px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    z-index: 11;
  }
  .frame-1c {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 24px;
    position: relative;
    width: 322px;
    z-index: 12;
  }
  .still-life-with-classic-shirts-hanger {
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    min-width: 0;
    height: 378px;
    background: url("About mobile img/0e3200a88f5e5b8f18139dad1fb823af07f1bfa3.png")
      no-repeat center;
    background-size: cover;
    z-index: 13;
    border-radius: 10px;
  }
  .shirts-1d {
    align-self: stretch;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    min-width: 0;
    height: 24px;
    color: #000000;
    font-family: Montserrat, var(--default-font-family);
    font-size: 33px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    z-index: 14;
  }
  .frame-1e {
    display: flex;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 10px;
    position: relative;
    min-width: 0;
    padding: 10px 10px 10px 10px;
    z-index: 15;
  }
  .frame-1f {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 10px;
    position: relative;
    width: 312px;
    padding: 10px 10px 10px 10px;
    z-index: 16;
  }
  .frame-20 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 24px;
    position: relative;
    width: 322px;
    z-index: 17;
  }
  .shirt-mockup-concept-with-plain-clothing {
    flex-shrink: 0;
    position: relative;
    width: 322px;
    height: 378px;
    background: url("About mobile img/514c54af-7d00-485e-9946-d16bac4997a5.png")
      no-repeat center;
    background-size: cover;
    z-index: 18;
    border-radius: 10px;
  }
  .t-shirts-21 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    width: 192px;
    height: 24px;
    color: #000000;
    font-family: Montserrat, var(--default-font-family);
    font-size: 33px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    z-index: 19;
  }
  .regroup {
    position: absolute;
    width: 375.999px;
    height: 3266.917px;
    top: -164px;
    left: 218px;
    z-index: 74;
  }
  .rectangle-22 {
    position: absolute;
    width: 170.917px;
    height: 170.917px;
    top: 3093px;
    left: 0;
    background: #ffffff;
    z-index: 74;
    box-shadow: 0 0 30.162px 0 rgba(0, 0, 0, 0.1);
  }
  .vector {
    position: relative;
    width: 37.702px;
    height: 39.797px;
    margin: 41.719px 0 0 66.855px;
    background: url("About mobile img/79de093a-ef36-4ea4-9962-50aa6ab59ddd.png")
      no-repeat center;
    background-size: 100% 100%;
    z-index: 75;
  }
  .eco-friendly {
    display: block;
    position: relative;
    height: 22px;
    margin: 18.016px 0 0 32.176px;
    color: #0e1b1b;
    font-family: Montserrat, var(--default-font-family);
    font-size: 18.097105026245117px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    white-space: nowrap;
    z-index: 76;
  }
  .rectangle-23 {
    position: absolute;
    width: 170.917px;
    height: 170.917px;
    top: 3093px;
    left: 201.082px;
    background: #ffffff;
    z-index: 71;
    box-shadow: 0 0 30.162px 0 rgba(0, 0, 0, 0.1);
  }
  .vector-24 {
    position: relative;
    width: 41.891px;
    height: 41.891px;
    margin: 39.367px 0 0 64.512px;
    background: url("About mobile img/99f6a1f8-5c9d-4e5c-9936-9bce388b036c.png")
      no-repeat center;
    background-size: 100% 100%;
    z-index: 72;
  }
  .support {
    display: block;
    position: relative;
    height: 22px;
    margin: 18.273px 0 0 32.172px;
    color: #0e1b1b;
    font-family: Montserrat, var(--default-font-family);
    font-size: 18.097105026245117px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    white-space: nowrap;
    z-index: 73;
  }
  .rectangle-25 {
    position: absolute;
    width: 767px;
    height: 2539px;
    top: 444px;
    left: 0;
    background: #d9d9d9;
  }
  .extended-fab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    position: relative;
    width: 253.482px;
    min-width: 121.429px;
    height: 85px;
    margin: 2026px 0 0 260px;
    background: #09378c;
    z-index: 21;
    overflow: hidden;
    border-radius: 24.286px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  }
  .state-layer {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 18.214px;
    position: relative;
    min-width: 0;
    min-height: 0;
    padding: 24.286px 30.357px 24.286px 24.286px;
    z-index: 22;
  }
  .label-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    width: 177px;
    height: 31px;
    color: #ffffff;
    font-family: Roboto, var(--default-font-family);
    font-size: 14px;
    font-weight: 500;
    line-height: 31px;
    text-align: center;
    letter-spacing: 0.1px;
    z-index: 23;
  }
  .why-us {
    display: block;
    position: relative;
    height: 48px;
    margin: 36px 0 0 292px;
    color: #09378c;
    font-family: Poppins, var(--default-font-family);
    font-size: 49.055px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    white-space: nowrap;
    z-index: 67;
  }
  .rectangle-26 {
    position: relative;
    width: 146px;
    height: 2px;
    margin: 8px 0 0 305px;
    background: #000000;
    z-index: 1;
  }
  .discover-products {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    width: 702px;
    height: 337px;
    margin: 24px 3px 2px 51px;
    color: #000000;
    font-family: Montserrat, var(--default-font-family);
    font-size: 32px;
    font-weight: 400;
    line-height: 31.4px;
    text-align: center;
    letter-spacing: 0.44px;
    z-index: 68;
  }
  .rectangle-27 {
    position: absolute;
    width: 562px;
    height: 358.405px;
    top: 3587px;
    left: 97px;
    background: #09378c;
    z-index: 70;
  }
  .lorem-ipsum {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    width: 463.513px;
    height: 283px;
    top: 77.867px;
    left: 45.324px;
    color: #ffffff;
    font-family: Montserrat, var(--default-font-family);
    font-size: 18.689px;
    font-weight: 400;
    line-height: 28.241px;
    text-align: center;
    letter-spacing: 1.26px;
    z-index: 70;
  }
  .young-handsome-man {
    position: absolute;
    width: 767px;
    height: 366px;
    top: 4265px;
    left: 0;
    background: url("About mobile img/e72cf48b-be13-4aa4-9841-34f844339492.png")
      no-repeat center;
    background-size: auto;
    background-size: cover;
    z-index: 24;
  }

  .image {
    position: absolute;
    width: 768px;
    height: 268px;
    top: 4630px;
    left: 0;
    background: url("About mobile img/8d84afed-27df-4df0-9155-a236f8d0f3f0.png")
      no-repeat center;
    background-size: auto;
    background-size: cover;
    z-index: 36;
  }
}
/* Devices: Small mobile phones and devices */
@media (max-width: 575px) {
  .Desktop {
    display: none;
  }
  .second-section {
    display: none;
  }
  .third-body {
    display: none;
  }

  .arabic {
    display: none;
  }

  .Details {
    display: none;
  }

  .footer {
    display: none;
  }

  .mobile {
    display: block;
  }

  .arabi {
    display: none;
  }

  .main-container {
    overflow: hidden;
  }

  .main-container,
  .main-container * {
    box-sizing: border-box;
  }

  input,
  select,
  textarea,
  button {
    outline: 0;
  }

  .main-container {
    position: relative;
    width: 575px;
    height: 5705px;
    margin: 0 auto;
    font-size: 0px;
    background: #ffffff;
    overflow: hidden;
  }

  .flex-row-ca {
    position: relative;
    width: 354px;
    height: 26px;
    margin: 13px 0 0 38px;
    z-index: 29;
  }
  .asset-x {
    position: absolute;
    width: 34px;
    height: 18px;
    top: 0;
    left: 0;
    background: url("mobile images/5ac2aa7b55109b54199026effea1c5d2cbe18559.png")
      no-repeat center;
    background-size: cover;
    z-index: 28;
  }
  .menu {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 0;
    left: 328px;
    z-index: 29;
    overflow: hidden;
  } /* Hamburger Icon */
  .icon {
    width: 24px;
    height: 24px;
    background-image: url("mobile images/05d2f922-a65e-4e56-abb9-6fa787fd997e.png"); /* Replace with your icon URL */
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: transform 0.3s ease; /* Add transition for effect */
  }
  /* Close Icon */
  .close-icon {
    font-size: 20px;
    color: black;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    display: none;
  }

  .navbar {
    position: fixed;
    top: -1px;
    right: -100%;
    width: 37%;
    max-width: 325px;
    height: 77%;
    background-color: #f4f4f4;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    padding: 5px 3px 4px 22px;
    z-index: 1000;
  }
  /* Show navbar when active */
  .navbar.active {
    right: 0;
  }

  /* Navigation Links */
  .nav-links {
    list-style: none;
    padding: 0;
  }

  .nav-links li {
    margin-bottom: 15px;
  }

  .nav-links a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
  }

  .dropdown {
    display: none;
    position: absolute;
    top: 10%;
    left: -135px;
    background-color: #444;
    color: #fff;
    border-radius: 3px;
    list-style-type: none;
    padding: 10px 0;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    min-width: 150px;
    z-index: 1;
  }

  /* Dropdown link styling */
  .dropdown li {
    margin: 0; /* Reset margin for dropdown items */
  }

  .dropdown li a {
    display: block;
    padding: 8px 15px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.2s ease;
  }

  /* Hover effect on dropdown links */
  .dropdown li a:hover {
    background-color: #555;
    border-radius: 4px;
  }

  /* Display dropdown on hover for desktop */
  .nav-links li:hover > .dropdown,
  .nav-links li:focus-within > .dropdown {
    display: block;
  }

  /* Close icon visible when navbar is active */
  .navbar.active .close-icon {
    display: block;
  }
  .dropdown li ul {
    position: absolute;
    top: 111px;
    left: 106px;
    background-color: #555;
    border-radius: 4px;
    display: none;
    padding: 2px;
    min-width: 149px;
  }
  .our-vision {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 301.083px;
    height: 14.93px;
    margin: 468px 0 0 133px;
    color: #09378c;
    font-family: Poppins, var(--default-font-family);
    font-size: 38.528px;
    font-weight: 500;
    line-height: 14.93px;
    text-align: center;
    white-space: nowrap;
    z-index: 20;
  }
  .rectangle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 430px;
    height: 87.12px;
    margin: 3688.07px 0 0 0;
    background: #ffffff;
    z-index: 70;
  }
  .specialized-saudi-uniforms {
    flex-shrink: 0;
    position: relative;
    width: 311px;
    height: 42px;
    font-family: Inter, var(--default-font-family);
    font-size: 25.662076950073242px;
    font-weight: 500;
    line-height: 31px;
    text-align: left;
    text-overflow: initial;
    white-space: nowrap;
    z-index: 92;
  }
  .specialized-saudi-school {
    position: relative;
    color: rgba(9, 55, 140, 0.73);
    font-family: "Riyadoh", sans-serif;
    font-size: 30.662076950073242px;
    font-weight: 400;
    line-height: 31.057px;
    text-align: left;
    -webkit-text-stroke: 0.22px #000000;
  }
  .empty {
    position: relative;
    color: rgba(9, 55, 140, 0.73);
    font-family: Inter, var(--default-font-family);
    font-size: 25.662076950073242px;
    font-weight: 500;
    line-height: 31.057px;
    text-align: left;
    -webkit-text-stroke: 0.22px #000000;
  }
  .specialized-saudi-school-1 {
    position: relative;
    color: rgba(9, 55, 140, 0.73);
    font-family: "Riyadoh", sans-serif;
    font-size: 30.662076950073242px;
    font-weight: 400;
    line-height: 31.057px;
    text-align: left;
    -webkit-text-stroke: 0.22px #000000;
  }

  .rectangle-2 {
    position: relative;
    width: 315px;
    height: 366px;
    margin: -1.12px 0 0 113px;
    font-size: 0px;
    background: rgba(250, 251, 252, 0.65);
    z-index: 25;
    overflow: visible auto;
  }
  .contact-us {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 166.582px;
    height: 41.438px;
    margin: 41px 0 0 63.703px;
    color: #ffffff;
    font-family: Poppins, var(--default-font-family);
    font-size: 14.91779899597168px;
    font-weight: 800;
    line-height: 22.377px;
    text-align: center;
    z-index: 27;
  }

  .rectangle-3 {
    position: relative;
    width: 79%;
    height: 27.349px;
    margin: 11.187px 0 0 25px;
    background: #fafbfc;
    z-index: 28;
    border-radius: 4.144px;
    outline: none;
    transition: border-color 0.3s ease;
    color: #333;
    border: 2px solid #ddd;
  }
  .name {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 20.719px;
    height: 9px;
    top: 9.531px;
    left: 11.188px;
    color: rgba(0, 0, 0, 0.5);
    font-family: Roboto, var(--default-font-family);
    font-size: 7.45889949798584px;
    font-weight: 400;
    line-height: 8.741px;
    text-align: center;
    white-space: nowrap;
    z-index: 31;
  }
  .rectangle-4 {
    position: relative;
    width: 180.671px;
    height: 27.349px;
    margin: 20.721px 0 0 55px;
    background: #fafbfc;
    z-index: 29;
    border-radius: 4.144px;
    outline: none;
    transition: border-color 0.3s ease;
    color: #333;
    border: 2px solid #ddd;
  }

  .email {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 19.476px;
    height: 9px;
    top: 9.531px;
    left: 10.773px;
    color: rgba(0, 0, 0, 0.5);
    font-family: Roboto, var(--default-font-family);
    font-size: 7.45889949798584px;
    font-weight: 400;
    line-height: 8.741px;
    text-align: center;
    white-space: nowrap;
    z-index: 32;
  }
  .rectangle-5 {
    position: relative;
    width: 180.671px;
    height: 87.849px;
    margin: 20.721px 0 0 55px;
    background: #fafbfc;
    z-index: 30;
    border-radius: 4.144px;
    outline: none;
    transition: border-color 0.3s ease;
    color: #333;
    border: 2px solid #ddd;
    resize: none;
  }
  .what-you-wanna-say {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 76.247px;
    height: 9px;
    top: 9.531px;
    left: 8.703px;
    color: rgba(0, 0, 0, 0.5);
    font-family: Roboto, var(--default-font-family);
    font-size: 7.45889949798584px;
    font-weight: 400;
    line-height: 8.741px;
    text-align: center;
    white-space: nowrap;
    z-index: 33;
  }
  .rectangle-6 {
    position: relative;
    width: 55.527px;
    height: 23.205px;
    margin: 24.862px 0 0 112.184px;
    background-color: #3498db;
    border: none;

    color: white;

    cursor: pointer;
    transition: background-color 0.3s ease;

    z-index: 34;
  }
  .submit {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 12px;
    top: 5.797px;
    left: 12.02px;
    color: #ffffff;
    font-family: Roboto, var(--default-font-family);
    font-size: 9.945199012756348px;
    font-weight: 700;
    line-height: 11.655px;
    text-align: center;
    white-space: nowrap;
    z-index: 35;
  }
  .ready-to-start {
    display: block;
    position: relative;
    height: 31px;
    margin: 262px 3px 2px 171px;
    color: #114bb7;
    font-family: Inter, var(--default-font-family);
    font-size: 25.904760360717773px;
    font-weight: 500;
    line-height: 31px;
    text-align: left;
    white-space: nowrap;
    z-index: 37;
    z-index: 37;
  }
  .talk-to-us-today {
    display: block;
    position: relative;
    height: 31px;
    margin: 5.43px 0 0 193px;
    color: #09378c;
    font-family: Inter, var(--default-font-family);
    font-size: 25.904760360717773px;
    font-weight: 500;
    line-height: 31px;
    text-align: left;
    white-space: nowrap;
    z-index: 38;
  }
  .rectangle-7 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 172px;
    height: 51.6px;
    margin: 24.57px 0 0 188px;
    background: #09378c;
    z-index: 40;
    border-radius: 9.46px;
  }
  .get-started {
    flex-shrink: 0;
    position: relative;
    height: 21px;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 17.200000762939453px;
    font-weight: 500;
    line-height: 20.816px;
    text-align: left;
    white-space: nowrap;
    z-index: 40;
  }
  .rectangle-8 {
    position: relative;
    width: 569px;
    height: 662px;
    margin: 23.4px 0 0 0px;
    background: #192136;
    z-index: 41;
    overflow: visible auto;
  }
  .flex-row-d {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 322px;
    height: 24px;
    margin: 26px 0 0 108px;
    z-index: 53;
  }
  .about-maas {
    flex-shrink: 0;
    position: relative;
    height: 24px;
    color: #606a83;
    font-family: Inter, var(--default-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 45;
  }
  .product {
    flex-shrink: 0;
    position: relative;
    height: 24px;
    color: #606a83;
    font-family: Inter, var(--default-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 53;
  }
  .flex-row-bca {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 330px;
    height: 24px;
    margin: 45.336px 0 0 132px;
    z-index: 49;
  }
  .home {
    flex-shrink: 0;
    position: relative;
    height: 24px;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 46;
  }
  .school-uniform {
    flex-shrink: 0;
    position: relative;
    height: 24px;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 49;
  }
  .flex-row-d-9 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 348px;
    height: 24px;
    margin: 36px 0 0 126px;
    z-index: 50;
  }
  .about-us {
    flex-shrink: 0;
    position: relative;
    height: 24px;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 47;
  }
  .hospital-uniform {
    flex-shrink: 0;
    position: relative;
    height: 24px;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 50;
  }
  .flex-row-a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 281px;
    height: 24px;
    margin: 45.32px 0 0 125px;
    z-index: 51;
  }
  .contact-us-a {
    flex-shrink: 0;
    position: relative;
    height: 24px;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 48;
  }
  .shirts {
    flex-shrink: 0;
    position: relative;
    height: 24px;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 51;
  }
  .t-shirts {
    display: block;
    position: relative;
    height: 24px;
    margin: 35.672px 0 0 353.336px;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 52;
  }
  .address {
    display: block;
    position: relative;
    height: 24px;
    margin: 45.672px 0 0 34px;
    color: #606a83;
    font-family: Inter, var(--default-font-family);
    font-size: 30px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 44;
  }
  .address-info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 420px;
    height: 91px;
    margin: 19px 0 0 34px;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 30px;
    font-weight: 500;
    line-height: 35.205px;
    text-align: left;
    z-index: 42;
  }
  .contact-info {
    display: block;
    position: relative;
    height: 24px;
    margin: 33px 0 0 34px;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 28px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 43;
  }
  .rectangle-b {
    position: relative;
    width: 67.956px;
    height: 67.956px;
    margin: 35px 1px 0 476px;
    background: #00254f;
    z-index: 55;
    overflow: visible auto;
  }
  .asset-x {
    position: relative;
    width: 35.576px;
    height: 18.809px;
    margin: 9.734px 0 0 14.688px;
    background: url("About mobile img/5ac2aa7b55109b54199026effea1c5d2cbe18559.png")
      no-repeat center;
    background-size: cover;
    z-index: 57;
  }
  .maas {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    height: 25px;
    top: 32.492px;
    left: 3.281px;
    color: #ffffff;
    font-family: Delmon Delicate, var(--default-font-family);
    font-size: 19.867603302001953px;
    font-weight: 400;
    line-height: 24.611px;
    text-align: left;
    white-space: nowrap;
    z-index: 56;
  }
  .line {
    position: absolute;
    width: 58.432px;
    height: 0.51px;
    top: 53.078px;
    left: 3.281px;
    background: url("About mobile img/192d81f1-e249-4907-801c-1d3fc4f7e735.png")
      no-repeat center;
    background-size: cover;
    z-index: 59;
  }
  .line-c {
    position: absolute;
    width: 58.432px;
    height: 0.51px;
    top: 53.586px;
    left: 3.281px;
    background: url("About mobile img/306b0201-ebe3-44a8-824a-686cff35340d.png")
      no-repeat center;
    background-size: cover;
    z-index: 60;
  }
  .line-d {
    position: absolute;
    width: 58.432px;
    height: 0.51px;
    top: 54.102px;
    left: 3.281px;
    background: url("About mobile img/893bd7f9-ecb4-4a70-b570-76d6d7eab956.png")
      no-repeat center;
    background-size: cover;
    z-index: 61;
  }
  .copyright-text {
    display: block;
    position: relative;
    height: 9px;
    margin: -33.956px 0 0 38px;
    color: rgba(215, 215, 215, 0.51);
    font-family: Inter, var(--default-font-family);
    font-size: 12.778px;
    font-weight: 500;
    line-height: 9px;
    text-align: left;
    white-space: nowrap;
    z-index: 62;
  }
  .flex-row {
    position: absolute;
    width: 429.638px;
    height: 249.727px;
    top: 0;
    left: 0;
    z-index: 78;
  }
  .rectangle-e {
    position: absolute;
    width: 574.638px;
    height: 222.875px;
    top: 0;
    left: 0;
    background: #777877;
    z-index: 63;
  }
  .flex-row-ffe {
    position: relative;
    width: 354px;
    height: 26px;
    margin: 13px 0 0 38px;
    z-index: 65;
  }
  .asset-x-f {
    position: absolute;
    width: 34px;
    height: 18px;
    top: 0;
    left: 0;
    background: url("About mobile img/5ac2aa7b55109b54199026effea1c5d2cbe18559.png")
      no-repeat center;
    background-size: cover;
    z-index: 64;
  }
  .menu {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 0;
    left: 328px;
    z-index: 65;
    overflow: hidden;
  }
  .icon {
    position: relative;
    width: 23.5px;
    height: 17px;
    margin: 4.5px 0 0 1.25px;
    background: url("About mobile img/c13d4bba-a9ee-42d7-808d-355438c96a38.png")
      no-repeat center;
    background-size: 100% 100%;
    z-index: 66;
  }
  .maas-apparels-about-us {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 150px;
    height: 56px;
    margin: 37.664px 2px 2px 85.277px;
    color: #ffffff;
    font-family: Poppins, var(--default-font-family);
    font-size: 23.902px;
    font-weight: 410;
    line-height: 26.852px;
    text-align: left;
    text-overflow: initial;
    z-index: 79;
    overflow: hidden;
  }
  .rectangle-10 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 52.978px;
    height: 15.893px;
    margin: 22.75px 0 0 92.277px;
    background: #09378c;
    z-index: 87;
    border-radius: 2.914px;
  }
  .get-started-11 {
    flex-shrink: 0;
    position: relative;
    height: 6px;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 5.297749996185303px;
    font-weight: 500;
    line-height: 6px;
    text-align: left;
    white-space: nowrap;
    z-index: 87;
  }
  .clothing-rack {
    position: absolute;
    width: 309.264px;
    height: 215.938px;
    top: 40.789px;
    left: 242.25px;
    overflow: hidden;
    z-index: 78;
  }
  .flex-row-fbd {
    position: absolute;
    width: 389.359px;
    height: 220.192px;
    top: 222.875px;
    left: 0;
    z-index: 81;
  }
  .rectangle-12 {
    position: absolute;
    width: 534.359px;
    height: 213.724px;
    top: 0;
    left: 0px;
    font-size: 0px;
    background: #d9d9d9;
  }
  .amet-eu-facilisi {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 334.25px;
    height: 49px;
    margin: 84.125px 0 0 198px;
    color: #000000;
    font-family: Montserrat, var(--default-font-family);
    font-size: 10.558px;
    font-weight: 400;
    line-height: 12.214px;
    text-align: left;
    z-index: 82;
  }

  .amet-eu-facilisi-13 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 197.934px;
    height: 20px;
    margin: 5.977px 0 0 197.508px;
    color: #6b6b6b;
    font-family: Montserrat, var(--default-font-family);
    font-size: 12.354px;
    font-weight: 400;
    line-height: 11.184px;
    text-align: left;
    z-index: 83;
  }
  .rectangle-14 {
    position: relative;
    width: 52.978px;
    height: 15.893px;
    margin: 22.039px 0 0 196.688px;
    background: #09378c;
    z-index: 88;
    border-radius: 2.914px;
  }
  .get-started-15 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    height: 6px;
    top: 3.977px;
    left: 12.184px;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 8.297749996185303px;
    font-weight: 500;
    line-height: 6px;
    text-align: left;
    white-space: nowrap;
    z-index: 89;
  }
  .our-dna {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    height: 27px;
    top: 40.234px;
    left: 147.086px;
    color: #000000;
    font-family: Poppins, var(--default-font-family);
    font-size: 20.901585px;
    font-weight: 500;
    line-height: 26.852px;
    text-align: left;
    white-space: nowrap;
    z-index: 85;
  }

  .rectangle-16 {
    position: absolute;
    width: 111px;
    height: 0.9px;
    top: 19.875px;
    left: 260.852px;
    background: #09378c;
    top: 54.875px;
  }
  .sewing-tools {
    position: absolute;
    width: 180.799px;
    height: 186.176px;
    top: 34.016px;
    left: 0;
    background: url("ourMission-mobile/still-life-with-classic-shirts 6.png")
      no-repeat center;
    background-size: cover;
    z-index: 81;
  }
  .flex-row-ffd {
    position: absolute;
    height: 3263.917px;
    top: 513px;
    right: -2px;
    left: 0;
    z-index: 74;
  }
  .frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 62px;
    position: absolute;
    width: 322px;
    height: 2420px;
    top: 0;
    left: 50%;
    transform: translate(-50.31%, 0);
    z-index: 2;
  }
  .frame-17 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 25px;
    position: relative;
    width: 322px;
    z-index: 3;
  }
  .boy-hugging-girls-near-school {
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    min-width: 0;
    height: 377px;
    background: url("About mobile img/251ef656c4815ae9b74e42e6ee2bae83b3951be4.png")
      no-repeat center;
    background-size: cover;
    z-index: 4;
    border-radius: 10px;
  }
  .school-uniform-18 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    width: 258px;
    height: 28px;
    color: #000000;
    font-family: Montserrat, var(--default-font-family);
    font-size: 33px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    white-space: nowrap;
    z-index: 5;
  }
  .frame-19 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 24px;
    position: relative;
    width: 322px;
    z-index: 6;
  }
  .beautiful-black-nurse-portrait {
    flex-shrink: 0;
    position: relative;
    width: 322px;
    height: 377px;
    background: url("About mobile img/a8b80aa0-e902-43e5-9987-65a4a8365516.png")
      no-repeat center;
    background-size: cover;
    z-index: 7;
    border-radius: 10px;
  }
  .hospital-uniform-1a {
    align-self: stretch;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    min-width: 0;
    height: 24px;
    color: #000000;
    font-family: Montserrat, var(--default-font-family);
    font-size: 33px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    z-index: 8;
  }
  .frame-1b {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 24px;
    position: relative;
    width: 322px;
    z-index: 9;
  }
  .b-x {
    flex-shrink: 0;
    position: relative;
    width: 322px;
    height: 377px;
    background: url("About mobile img/ec297e6dca8fc6180fde59681c42feadcd879fde.png")
      no-repeat center;
    background-size: cover;
    z-index: 10;
    border-radius: 10px;
  }
  .hotel-uniform {
    align-self: stretch;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    min-width: 0;
    height: 24px;
    color: #000000;
    font-family: Montserrat, var(--default-font-family);
    font-size: 33px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    z-index: 11;
  }
  .frame-1c {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 24px;
    position: relative;
    width: 322px;
    z-index: 12;
  }
  .still-life-with-classic-shirts-hanger {
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    min-width: 0;
    height: 378px;
    background: url("About mobile img/0e3200a88f5e5b8f18139dad1fb823af07f1bfa3.png")
      no-repeat center;
    background-size: cover;
    z-index: 13;
    border-radius: 10px;
  }
  .shirts-1d {
    align-self: stretch;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    min-width: 0;
    height: 24px;
    color: #000000;
    font-family: Montserrat, var(--default-font-family);
    font-size: 33px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    z-index: 14;
  }
  .frame-1e {
    display: flex;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 10px;
    position: relative;
    min-width: 0;
    padding: 10px 10px 10px 10px;
    z-index: 15;
  }
  .frame-1f {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 10px;
    position: relative;
    width: 312px;
    padding: 10px 10px 10px 10px;
    z-index: 16;
  }
  .frame-20 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 24px;
    position: relative;
    width: 322px;
    z-index: 17;
  }
  .shirt-mockup-concept-with-plain-clothing {
    flex-shrink: 0;
    position: relative;
    width: 322px;
    height: 378px;
    background: url("About mobile img/514c54af-7d00-485e-9946-d16bac4997a5.png")
      no-repeat center;
    background-size: cover;
    z-index: 18;
    border-radius: 10px;
  }
  .t-shirts-21 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    width: 192px;
    height: 24px;
    color: #000000;
    font-family: Montserrat, var(--default-font-family);
    font-size: 33px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    z-index: 19;
  }
  .regroup {
    position: absolute;
    width: 371.999px;
    height: 3263.917px;
    top: 0;
    left: 108px;
    z-index: 74;
  }
  .rectangle-22 {
    position: absolute;
    width: 170.917px;
    height: 170.917px;
    top: 3093px;
    left: 0;
    background: #ffffff;
    z-index: 74;
    box-shadow: 0 0 30.162px 0 rgba(0, 0, 0, 0.1);
  }
  .vector {
    position: relative;
    width: 37.702px;
    height: 39.797px;
    margin: 41.719px 0 0 66.855px;
    background: url("About mobile img/79de093a-ef36-4ea4-9962-50aa6ab59ddd.png")
      no-repeat center;
    background-size: 100% 100%;
    z-index: 75;
  }
  .eco-friendly {
    display: block;
    position: relative;
    height: 22px;
    margin: 18.016px 0 0 32.176px;
    color: #0e1b1b;
    font-family: Montserrat, var(--default-font-family);
    font-size: 18.097105026245117px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    white-space: nowrap;
    z-index: 76;
  }
  .rectangle-23 {
    position: absolute;
    width: 170.917px;
    height: 170.917px;
    top: 3093px;
    left: 201.082px;
    background: #ffffff;
    z-index: 71;
    box-shadow: 0 0 30.162px 0 rgba(0, 0, 0, 0.1);
  }
  .vector-24 {
    position: relative;
    width: 41.891px;
    height: 41.891px;
    margin: 39.367px 0 0 64.512px;
    background: url("About mobile img/99f6a1f8-5c9d-4e5c-9936-9bce388b036c.png")
      no-repeat center;
    background-size: 100% 100%;
    z-index: 72;
  }
  .support {
    display: block;
    position: relative;
    height: 22px;
    margin: 18.273px 0 0 32.172px;
    color: #0e1b1b;
    font-family: Montserrat, var(--default-font-family);
    font-size: 18.097105026245117px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    white-space: nowrap;
    z-index: 73;
  }
  .rectangle-25 {
    position: absolute;
    width: 575px;
    height: 2707px;
    top: 444px;
    left: 0;
    background: #d9d9d9;
  }
  .extended-fab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    position: relative;
    width: 253.482px;
    min-width: 121.429px;
    height: 85px;
    margin: 2026px 0 0 158px;
    background: #09378c;
    z-index: 21;
    overflow: hidden;
    border-radius: 24.286px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  }
  .state-layer {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 18.214px;
    position: relative;
    min-width: 0;
    min-height: 0;
    padding: 24.286px 30.357px 24.286px 24.286px;
    z-index: 22;
  }
  .label-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    width: 177px;
    height: 31px;
    color: #ffffff;
    font-family: Roboto, var(--default-font-family);
    font-size: 14px;
    font-weight: 500;
    line-height: 31px;
    text-align: center;
    letter-spacing: 0.1px;
    z-index: 23;
  }
  .why-us {
    display: block;
    position: relative;
    height: 48px;
    margin: 36px 0 0 174px;
    color: #09378c;
    font-family: Poppins, var(--default-font-family);
    font-size: 38.055px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    white-space: nowrap;
    z-index: 67;
  }
  .rectangle-26 {
    position: relative;
    width: 136px;
    height: 2px;
    margin: 8px 0 0 202px;
    background: #000000;
    z-index: 1;
  }
  .discover-products {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    width: 407px;
    height: 357px;
    margin: 39px 3px 2px 88px;
    color: #000000;
    font-family: Montserrat, var(--default-font-family);
    font-size: 23px;
    font-weight: 400;
    line-height: 31.4px;
    text-align: center;
    letter-spacing: 0.44px;
    z-index: 68;
  }
  .rectangle-27 {
    position: absolute;
    width: 486px;
    height: 411.405px;
    top: 3760px;
    left: 41px;
    background: #09378c;
    z-index: 70;
  }
  .lorem-ipsum {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    width: 340.513px;
    height: 283px;
    top: 77.867px;
    left: 72.324px;
    color: #ffffff;
    font-family: Montserrat, var(--default-font-family);
    font-size: 15.689188957214355px;
    font-weight: 400;
    line-height: 28.241px;
    text-align: center;
    letter-spacing: 1.26px;
    z-index: 70;
  }
  .young-handsome-man {
    position: absolute;
    width: 572px;
    height: 366px;
    top: 4257px;
    left: 0;
    background: url("About mobile img/e72cf48b-be13-4aa4-9841-34f844339492.png")
      no-repeat center;
    background-size: cover;
    z-index: 24;
  }

  .image {
    position: absolute;
    width: 573px;
    height: 268px;
    top: 4599px;
    left: 0;
    background: url("About mobile img/8d84afed-27df-4df0-9155-a236f8d0f3f0.png")
      no-repeat center;
    background-size: cover;
    z-index: 36;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .Desktop {
    display: none;
  }
  .second-section {
    display: none;
  }
  .third-body {
    display: none;
  }

  .arabic {
    display: none;
  }

  .Details {
    display: none;
  }

  .footer {
    display: none;
  }

  .mobile {
    display: block;
  }

  .arabi {
    display: none;
  }

  .main-container {
    overflow: hidden;
  }

  .main-container,
  .main-container * {
    box-sizing: border-box;
  }

  input,
  select,
  textarea,
  button {
    outline: 0;
  }

  .main-container {
    position: relative;
    width: 100%;
    height: 5705px;
    margin: 0 auto;
    font-size: 0px;
    background: #ffffff;
    overflow: hidden;
  }
  .rectangle-12 {
    position: absolute;
    width: 389.359px;
    height: 195.724px;
    top: 0;
    left: -10px;
    font-size: 0px;
    background: #d9d9d9;
    z-index: 55;
}
  .flex-row-ca {
    position: relative;
    width: 354px;
    height: 26px;
    margin: 13px 0 0 38px;
    z-index: 29;
  }
  .asset-x {
    position: absolute;
    width: 34px;
    height: 18px;
    top: 0;
    left: 0;
    background: url("mobile images/5ac2aa7b55109b54199026effea1c5d2cbe18559.png")
      no-repeat center;
    background-size: cover;
    z-index: 28;
  }
  .menu {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 0;
    left: 328px;
    z-index: 29;
    overflow: hidden;
  } /* Hamburger Icon */
  .icon {
    width: 24px;
    height: 24px;
    background-image: url("mobile images/05d2f922-a65e-4e56-abb9-6fa787fd997e.png"); /* Replace with your icon URL */
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: transform 0.3s ease; /* Add transition for effect */
  }
  /* Close Icon */
  .close-icon {
    font-size: 20px;
    color: black;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    display: none;
  }

  .navbar {
    position: fixed;
    top: -1px;
    right: -100%;
    width: 37%;
    max-width: 325px;
    height: 77%;
    background-color: #f4f4f4;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    padding: 5px 3px 4px 22px;
    z-index: 1000;
  }
  /* Show navbar when active */
  .navbar.active {
    right: 0;
  }

  /* Navigation Links */
  .nav-links {
    list-style: none;
    padding: 0;
  }

  .nav-links li {
    margin-bottom: 15px;
  }

  .nav-links a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
  }

  .dropdown {
    display: none;
    position: absolute;
    top: 10%;
    left: -135px;
    background-color: #444;
    color: #fff;
    border-radius: 3px;
    list-style-type: none;
    padding: 10px 0;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    min-width: 150px;
    z-index: 1;
  }

  /* Dropdown link styling */
  .dropdown li {
    margin: 0; /* Reset margin for dropdown items */
  }

  .dropdown li a {
    display: block;
    padding: 8px 15px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.2s ease;
  }

  /* Hover effect on dropdown links */
  .dropdown li a:hover {
    background-color: #555;
    border-radius: 4px;
  }

  /* Display dropdown on hover for desktop */
  .nav-links li:hover > .dropdown,
  .nav-links li:focus-within > .dropdown {
    display: block;
  }

  /* Close icon visible when navbar is active */
  .navbar.active .close-icon {
    display: block;
  }
  .dropdown li ul {
    position: absolute;
    top: 111px;
    left: 106px;
    background-color: #555;
    border-radius: 4px;
    display: none;
    padding: 2px;
    min-width: 149px;
  }
  .our-vision {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 301.083px;
    height: 14.93px;
    margin: 468px 0 0 64px;
    color: #09378c;
    font-family: Poppins, var(--default-font-family);
    font-size: 20.528406143188477px;
    font-weight: 500;
    line-height: 14.93px;
    text-align: center;
    white-space: nowrap;
    z-index: 20;
  }
  .rectangle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 87.12px;
    margin: 3685.07px -1px 1px 27px;
    background: #ffffff;
    z-index: 70;
}
  .specialized-saudi-uniforms {
    flex-shrink: 0;
    position: relative;
    width: 100%;
    height: 31px;
    font-family: Inter, var(--default-font-family);
    font-size: 20.662076950073242px;
    font-weight: 500;
    line-height: 31px;
    text-align: left;
    text-overflow: initial;
    white-space: nowrap;
    z-index: 92;
  }
  .specialized-saudi-school {
    position: relative;
    color: rgba(9, 55, 140, 0.73);
    font-family: "Riyadoh", sans-serif;
    font-size: 20.662076950073242px;
    font-weight: 400;
    line-height: 31.057px;
    text-align: left;
    -webkit-text-stroke: 0.22px #000000;
  }
  .empty {
    position: relative;
    color: rgba(9, 55, 140, 0.73);
    font-family: "Riyadoh", sans-serif;
    font-size: 20.662076950073242px;
    font-weight: 500;
    line-height: 31.057px;
    text-align: left;
    -webkit-text-stroke: 0.22px #000000;
  }
  .specialized-saudi-school-1 {
    position: relative;
    color: rgba(9, 55, 140, 0.73);
    font-family: "Riyadoh", sans-serif;
    font-size: 20.662076950073242px;
    font-weight: 400;
    line-height: 31.057px;
    text-align: left;
    -webkit-text-stroke: 0.22px #000000;
  }
  .rectangle-2 {
    position: relative;
    width: 69%;
    height: 366px;
    margin: -1.12px 0 0 47px;
    font-size: 0px;
    background: rgba(250, 251, 252, 0.65);
    z-index: 25;
    overflow: visible auto;
  }

  .contact-us {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 41.438px;
    margin: 39px 0 0 11.703px;
    color: #ffffff;
    font-family: Poppins,var(--default-font-family) ;
    font-size: 14.91779899597168px;
    font-weight: 800;
    line-height: 22.377px;
    text-align: center;
    z-index: 27;
  }
  .rectangle-3 {
    position: relative;
    width: 81%;
    height: 27.349px;
    margin: 11.187px 0 0 21px;
    background: #fafbfc;
    z-index: 28;
    border-radius: 4.144px;
    outline: none;
    transition: border-color 0.3s ease;
    color: #333;
    border: 2px solid #ddd;
  }
}
  .name {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 20.719px;
    height: 9px;
    top: 9.531px;
    left: 11.188px;
    color: rgba(0, 0, 0, 0.5);
    font-family: Roboto, var(--default-font-family);
    font-size: 7.45889949798584px;
    font-weight: 400;
    line-height: 8.741px;
    text-align: center;
    white-space: nowrap;
    z-index: 31;
  }
  .rectangle-4 {
    position: relative;
    width: 80%;
    height: 27.349px;
    margin: 20.721px 0 0 23px;
    background: #fafbfc;
    z-index: 29;
    border-radius: 4.144px;
    outline: none;
    transition: border-color 0.3s ease;
    color: #333;
    border: 2px solid #ddd;
  }
  .email {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 19.476px;
    height: 9px;
    top: 9.531px;
    left: 10.773px;
    color: rgba(0, 0, 0, 0.5);
    font-family: Roboto, var(--default-font-family);
    font-size: 7.45889949798584px;
    font-weight: 400;
    line-height: 8.741px;
    text-align: center;
    white-space: nowrap;
    z-index: 32;
  }
  .rectangle-5 {
    position: relative;
    width: 78%;
    height: 87.849px;
    margin: 20.721px 0 0 24px;
    background: #fafbfc;
    z-index: 30;
    border-radius: 4.144px;
    outline: none;
    transition: border-color 0.3s ease;
    color: #333;
    border: 2px solid #ddd;
    resize: none;
  }
  .what-you-wanna-say {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 76.247px;
    height: 9px;
    top: 9.531px;
    left: 8.703px;
    color: rgba(0, 0, 0, 0.5);
    font-family: Roboto, var(--default-font-family);
    font-size: 7.45889949798584px;
    font-weight: 400;
    line-height: 8.741px;
    text-align: center;
    white-space: nowrap;
    z-index: 33;
  }
  .rectangle-6 {
    position: relative;
    width: 30%;
    height: 23.205px;
    margin: 24.862px 0 0 72.184px;
    background-color: #3498db;
    border: none;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index: 34;
  }
  .submit {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 12px;
    top: 5.797px;
    left: 12.02px;
    color: #ffffff;
    font-family: Roboto, var(--default-font-family);
    font-size: 9.945199012756348px;
    font-weight: 700;
    line-height: 11.655px;
    text-align: center;
    white-space: nowrap;
    z-index: 35;
  }
  .ready-to-start {
    display: block;
    position: relative;
    height: 31px;
    margin: 253px 0 0 102px;
    color: #114bb7;
    font-family: Inter, var(--default-font-family);
    font-size: 25.904760360717773px;
    font-weight: 500;
    line-height: 31px;
    text-align: left;
    white-space: nowrap;
    z-index: 37;
  }
  .talk-to-us-today {
    display: block;
    position: relative;
    height: 31px;
    margin: 5.43px 0 0 125px;
    color: #09378c;
    font-family: Inter, var(--default-font-family);
    font-size: 25.904760360717773px;
    font-weight: 500;
    line-height: 31px;
    text-align: left;
    white-space: nowrap;
    z-index: 38;
  }
  .rectangle-7 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 172px;
    height: 51.6px;
    margin: 24.57px 0 0 120px;
    background: #09378c;
    z-index: 40;
    border-radius: 9.46px;
  }
  .get-started {
    flex-shrink: 0;
    position: relative;
    height: 21px;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 17.200000762939453px;
    font-weight: 500;
    line-height: 20.816px;
    text-align: left;
    white-space: nowrap;
    z-index: 40;
  }
  .rectangle-8 {
    position: relative;
    width: 100%;
    height: 662px;
    margin: 23.4px 0 0 0;
    background: #192136;
    z-index: 41;
    overflow: visible auto;
  }
  .flex-row-d {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 87%;
    height: 24px;
    margin: 26px 0 0 25px;
    z-index: 53;
  }
  .about-maas {
    flex-shrink: 0;
    position: relative;
    height: 24px;
    color: #606a83;
    font-family: Inter, var(--default-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 45;
  }
  .product {
    flex-shrink: 0;
    position: relative;
    height: 24px;
    color: #606a83;
    font-family: Inter, var(--default-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 53;
  }
  .flex-row-bca {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 82%;
    height: 24px;
    margin: 45.336px 0 0 53px;
    z-index: 49;
    text-decoration: none;
  }
  .home {
    flex-shrink: 0;
    position: relative;
    height: 24px;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 46;
    text-decoration: none;
  }
  .school-uniform {
    flex-shrink: 0;
    position: relative;
    height: 24px;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 49;
    text-decoration: none;
  }
  .flex-row-d-9 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 89%;
    height: 24px;
    margin: 36px 0 0 39px;
    z-index: 50;
  }
  .about-us {
    flex-shrink: 0;
    position: relative;
    height: 24px;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 47;
    text-decoration: none;
  }
  .hospital-uniform {
    flex-shrink: 0;
    position: relative;
    height: 24px;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 50;
    text-decoration: none;
  }
  .flex-row-a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 74%;
    height: 24px;
    margin: 45.32px 0 0 40px;
    z-index: 51;
  }
  .contact-us-a {
    flex-shrink: 0;
    position: relative;
    height: 24px;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 48;
    text-decoration: none;
  }
  .shirts {
    flex-shrink: 0;
    position: relative;
    height: 24px;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 51;
    text-decoration: none;
  }
  .t-shirts {
    display: block;
    position: relative;
    height: 24px;
    margin: 35.672px 0 0 217.336px;
    color: #ffffff;
    font-family: Inter,var(--default-font-family) ;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 52;
    text-decoration: none;
    width: 21%;
  }
  .address {
    display: block;
    position: relative;
    height: 24px;
    margin: 45.672px 0 0 160px;
    color: #606a83;
    font-family: Inter, var(--default-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 44;
  }
  .address-info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 88%;
    height: 72px;
    margin: 15px 0 0 39px;
    color: #ffffff;
    font-family: Inter,var(--default-font-family) ;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.205px;
    text-align: left;
    z-index: 42;
  }
  .contact-info {
    display: block;
    position: relative;
    height: 24px;
    margin: 20px 0 0 123px;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    z-index: 43;
  }
  .rectangle-b {
    position: relative;
    width: 64.956px;
    height: 64.956px;
    margin: 42px 0 0 183px;
    background: #00254f;
    z-index: 55;
    overflow: visible auto;
  }
  .asset-x {
    position: relative;
    width: 35.576px;
    height: 18.809px;
    margin: 9.734px 0 0 14.688px;
    background: url("About mobile img/5ac2aa7b55109b54199026effea1c5d2cbe18559.png")
      no-repeat center;
    background-size: cover;
    z-index: 57;
  }
  .maas {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    height: 25px;
    top: 32.492px;
    left: 3.281px;
    color: #ffffff;
    font-family: Delmon Delicate, var(--default-font-family);
    font-size: 19.867603302001953px;
    font-weight: 400;
    line-height: 24.611px;
    text-align: left;
    white-space: nowrap;
    z-index: 56;
  }
  .line {
    position: absolute;
    width: 58.432px;
    height: 0.51px;
    top: 53.078px;
    left: 3.281px;
    background: url("About mobile img/192d81f1-e249-4907-801c-1d3fc4f7e735.png")
      no-repeat center;
    background-size: cover;
    z-index: 59;
  }
  .line-c {
    position: absolute;
    width: 58.432px;
    height: 0.51px;
    top: 53.586px;
    left: 3.281px;
    background: url("About mobile img/306b0201-ebe3-44a8-824a-686cff35340d.png")
      no-repeat center;
    background-size: cover;
    z-index: 60;
  }
  .line-d {
    position: absolute;
    width: 58.432px;
    height: 0.51px;
    top: 54.102px;
    left: 3.281px;
    background: url("About mobile img/893bd7f9-ecb4-4a70-b570-76d6d7eab956.png")
      no-repeat center;
    background-size: cover;
    z-index: 61;
  }
  .copyright-text {
    display: block;
    position: relative;
    height: 9px;
    margin: 14.044px 0 0 74px;
    color: rgba(215, 215, 215, 0.51);
    font-family: Inter, var(--default-font-family);
    font-size: 7.777777671813965px;
    font-weight: 500;
    line-height: 9px;
    text-align: left;
    white-space: nowrap;
    z-index: 62;
  }
  .flex-row {
    position: absolute;
    width: 429.638px;
    height: 249.727px;
    top: 0;
    left: 0;
    z-index: 78;
  }
  .rectangle-e {
    position: absolute;
    width: 429.638px;
    height: 222.875px;
    top: 0;
    left: 0;
    background: #777877;
    z-index: 63;
  }
  .flex-row-ffe {
    position: relative;
    width: 354px;
    height: 26px;
    margin: 13px 0 0 38px;
    z-index: 65;
  }
  .asset-x-f {
    position: absolute;
    width: 34px;
    height: 18px;
    top: 0;
    left: 0;
    background: url("About mobile img/5ac2aa7b55109b54199026effea1c5d2cbe18559.png")
      no-repeat center;
    background-size: cover;
    z-index: 64;
  }
  .menu {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 0;
    left: 328px;
    z-index: 65;
    overflow: hidden;
  }
  .icon {
    position: relative;
    width: 23.5px;
    height: 17px;
    margin: 4.5px 0 0 1.25px;
    background: url("About mobile img/c13d4bba-a9ee-42d7-808d-355438c96a38.png")
      no-repeat center;
    background-size: 100% 100%;
    z-index: 66;
  }
  .maas-apparels-about-us {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 134px;
    height: 54px;
    margin: 40.664px 0 0 40.277px;
    color: #ffffff;
    font-family: Poppins, var(--default-font-family);
    font-size: 17.90158462524414px;
    font-weight: 400;
    line-height: 26.852px;
    text-align: left;
    text-overflow: initial;
    z-index: 79;
    overflow: hidden;
  }
  .rectangle-10 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 52.978px;
    height: 15.893px;
    margin: 22.75px 0 0 40.277px;
    background: #09378c;
    z-index: 87;
    border-radius: 2.914px;
  }
  .get-started-11 {
    flex-shrink: 0;
    position: relative;
    height: 6px;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 5.297749996185303px;
    font-weight: 500;
    line-height: 6px;
    text-align: left;
    white-space: nowrap;
    z-index: 87;
  }
  .clothing-rack {
    position: absolute;
    width: 277.264px;
    height: 215.938px;
    top: 40.789px;
    left: 153.25px;
    background-image: url("./ourMission-mobile/our-1.png");
    background-size: cover; /* This ensures the image covers the entire element */
    background-repeat: no-repeat; /* This prevents the image from repeating */
    overflow: hidden;
    z-index: 78;
}

  .flex-row-fbd {
    position: absolute;
    width: 389.359px;
    height: 220.192px;
    top: 222.875px;
    left: 0;
    z-index: 77;
  }

  .rectangle-12 {
    position: absolute;
    width: 389.359px;
    height: 195.724px;
    top: 0;
    left: -10px;
    font-size: 0px;
    background: #d9d9d9;
    /* z-index: 70; */
  }
  .amet-eu-facilisi {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 204.25px;
    height: 36px;
    margin: 85.125px 0 0 181px;
    color: #000000;
    font-family: Montserrat, var(--default-font-family);
    font-size: 7.558447360992432px;
    font-weight: 400;
    line-height: 9.214px;
    text-align: left;
    z-index: 82;
  }
  .amet-eu-facilisi-13 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 193.934px;
    height: 20px;
    margin: 5.977px 0 0 180.508px;
    color: #6b6b6b;
    font-family: Montserrat, var(--default-font-family);
    font-size: 8.354073524475098px;
    font-weight: 400;
    line-height: 10.184px;
    text-align: left;
    z-index: 83;
  }
  .rectangle-14 {
    position: relative;
    width: 52.978px;
    height: 15.893px;
    margin: 18.039px 0 0 179.688px;
    background: #09378c;
    z-index: 88;
    border-radius: 2.914px;
  }
  .get-started-15 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    height: 6px;
    top: 3.977px;
    left: 12.184px;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 5.297749996185303px;
    font-weight: 500;
    line-height: 6px;
    text-align: left;
    white-space: nowrap;
    z-index: 89;
  }
  .our-dna {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    height: 27px;
    top: 30.234px;
    left: 144.086px;
    color: #000000;
    font-family: Poppins, var(--default-font-family);
    font-size: 17.90158462524414px;
    font-weight: 500;
    line-height: 26.852px;
    text-align: left;
    white-space: nowrap;
    z-index: 85;
  }
  .rectangle-16 {
    position: absolute;
    width: 91px;
    height: 0.9px;
    top: 43.875px;
    left: 239.852px;
    background: #09378c;
    z-index: 84;
  }
  .sewing-tools {
    position: absolute;
    width: 163.799px;
    height: 186.176px;
    top: 34.016px;
    left: 0;
    background: url("ourMission-mobile/still-life-with-classic-shirts 1.png")
      no-repeat center;
    background-size: cover;
    z-index: 81;
  }
  .flex-row-ffd {
    position: absolute;
    height: 3263.917px;
    top: 513px;
    right: -2px;
    left: 0;
    z-index: 74;
  }
  .frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 62px;
    position: absolute;
    width: 322px;
    height: 2420px;
    top: 0;
    left: 50%;
    transform: translate(-50.31%, 0);
    z-index: 2;
  }
  .frame-17 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 25px;
    position: relative;
    width: 322px;
    z-index: 3;
  }
  .boy-hugging-girls-near-school {
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    min-width: 0;
    height: 377px;
    background: url("About mobile img/251ef656c4815ae9b74e42e6ee2bae83b3951be4.png")
      no-repeat center;
    background-size: cover;
    z-index: 4;
    border-radius: 10px;
  }
  .school-uniform-18 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    width: 258px;
    height: 28px;
    color: #000000;
    font-family: Montserrat, var(--default-font-family);
    font-size: 33px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    white-space: nowrap;
    z-index: 5;
  }
  .frame-19 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 24px;
    position: relative;
    width: 322px;
    z-index: 6;
  }
  .beautiful-black-nurse-portrait {
    flex-shrink: 0;
    position: relative;
    width: 322px;
    height: 377px;
    background: url("About mobile img/a8b80aa0-e902-43e5-9987-65a4a8365516.png")
      no-repeat center;
    background-size: cover;
    z-index: 7;
    border-radius: 10px;
  }
  .hospital-uniform-1a {
    align-self: stretch;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    min-width: 0;
    height: 24px;
    color: #000000;
    font-family: Montserrat, var(--default-font-family);
    font-size: 33px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    z-index: 8;
  }
  .frame-1b {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 24px;
    position: relative;
    width: 322px;
    z-index: 9;
  }
  .b-x {
    flex-shrink: 0;
    position: relative;
    width: 322px;
    height: 377px;
    background: url("About mobile img/ec297e6dca8fc6180fde59681c42feadcd879fde.png")
      no-repeat center;
    background-size: cover;
    z-index: 10;
    border-radius: 10px;
  }
  .hotel-uniform {
    align-self: stretch;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    min-width: 0;
    height: 24px;
    color: #000000;
    font-family: Montserrat, var(--default-font-family);
    font-size: 33px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    z-index: 11;
  }
  .frame-1c {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 24px;
    position: relative;
    width: 322px;
    z-index: 12;
  }
  .still-life-with-classic-shirts-hanger {
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    min-width: 0;
    height: 378px;
    background: url("About mobile img/0e3200a88f5e5b8f18139dad1fb823af07f1bfa3.png")
      no-repeat center;
    background-size: cover;
    z-index: 13;
    border-radius: 10px;
  }
  .shirts-1d {
    align-self: stretch;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    min-width: 0;
    height: 24px;
    color: #000000;
    font-family: Montserrat, var(--default-font-family);
    font-size: 33px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    z-index: 14;
  }
  .frame-1e {
    display: flex;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 10px;
    position: relative;
    min-width: 0;
    padding: 10px 10px 10px 10px;
    z-index: 15;
  }
  .frame-1f {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 10px;
    position: relative;
    width: 312px;
    padding: 10px 10px 10px 10px;
    z-index: 16;
  }
  .frame-20 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 24px;
    position: relative;
    width: 322px;
    z-index: 17;
  }
  .shirt-mockup-concept-with-plain-clothing {
    flex-shrink: 0;
    position: relative;
    width: 322px;
    height: 378px;
    background: url("About mobile img/514c54af-7d00-485e-9946-d16bac4997a5.png")
      no-repeat center;
    background-size: cover;
    z-index: 18;
    border-radius: 10px;
  }
  .t-shirts-21 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    width: 192px;
    height: 24px;
    color: #000000;
    font-family: Montserrat, var(--default-font-family);
    font-size: 33px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    z-index: 19;
  }
  .regroup {
    position: absolute;
    width: 100%;
    height: 3263.917px;
    top: 0;
    left: 30px;
    z-index: 74;
  }
  .rectangle-22 {
    position: absolute;
    width: 170.917px;
    height: 170.917px;
    top: 3093px;
    left: 0;
    background: #ffffff;
    z-index: 74;
    box-shadow: 0 0 30.162px 0 rgba(0, 0, 0, 0.1);
  }
  .vector {
    position: relative;
    width: 37.702px;
    height: 39.797px;
    margin: 41.719px 0 0 66.855px;
    background: url("About mobile img/79de093a-ef36-4ea4-9962-50aa6ab59ddd.png")
      no-repeat center;
    background-size: 100% 100%;
    z-index: 75;
  }
  .eco-friendly {
    display: block;
    position: relative;
    height: 22px;
    margin: 18.016px 0 0 32.176px;
    color: #0e1b1b;
    font-family: Montserrat, var(--default-font-family);
    font-size: 18.097105026245117px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    white-space: nowrap;
    z-index: 76;
  }
  .rectangle-23 {
    position: absolute;
    width: 170.917px;
    height: 170.917px;
    top: 3093px;
    left: 201.082px;
    background: #ffffff;
    z-index: 71;
    box-shadow: 0 0 30.162px 0 rgba(0, 0, 0, 0.1);
  }
  .vector-24 {
    position: relative;
    width: 41.891px;
    height: 41.891px;
    margin: 39.367px 0 0 64.512px;
    background: url("About mobile img/99f6a1f8-5c9d-4e5c-9936-9bce388b036c.png")
      no-repeat center;
    background-size: 100% 100%;
    z-index: 72;
  }
  .support {
    display: block;
    position: relative;
    height: 22px;
    margin: 18.273px 0 0 32.172px;
    color: #0e1b1b;
    font-family: Montserrat, var(--default-font-family);
    font-size: 18.097105026245117px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    white-space: nowrap;
    z-index: 73;
  }
  .rectangle-25 {
    position: absolute;
    width: 100%;
    height: 2707px;
    top: 444px;
    left: 0;
    background: #d9d9d9;
  }
  .extended-fab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    position: relative;
    width: 253.482px;
    min-width: 121.429px;
    height: 85px;
    margin: 2026px 0 0 88px;
    background: #09378c;
    z-index: 21;
    overflow: hidden;
    border-radius: 24.286px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  }
  .state-layer {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 18.214px;
    position: relative;
    min-width: 0;
    min-height: 0;
    padding: 24.286px 30.357px 24.286px 24.286px;
    z-index: 22;
  }
  .label-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    width: 177px;
    height: 31px;
    color: #ffffff;
    font-family: Roboto, var(--default-font-family);
    font-size: 14px;
    font-weight: 500;
    line-height: 31px;
    text-align: center;
    letter-spacing: 0.1px;
    z-index: 23;
  }
  .why-us {
    display: block;
    position: relative;
    height: 48px;
    margin: 36px 0 0 75px;
    color: #09378c;
    font-family: Poppins, var(--default-font-family);
    font-size: 32.05479431152344px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    white-space: nowrap;
    z-index: 67;
}
  .rectangle-26 {
    position: relative;
    width: 136px;
    height: 2px;
    margin: 8px 0 0 147px;
    background: #000000;
    z-index: 1;
  }
  .discover-products {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    width: 97%;
    height: 0%;
    margin: 31px 0 0 11px;
    color: #000000;
    font-family: Montserrat, var(--default-font-family);
    font-size: 15px;
    font-weight: 400;
    line-height: 32.4px;
    text-align: center;
    letter-spacing: 1.44px;
    z-index: 68;
}
  .rectangle-27 {
    position: absolute;
    width: 100%;
    height: 411.405px;
    top: 3760px;
    left: 0;
    background: #09378c;
    z-index: 70;
  }
  .lorem-ipsum {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 283px;
    top: 77.867px;
    left: 3.324px;
    color: #ffffff;
    font-family: Montserrat, var(--default-font-family);
    font-size: 15.689188957214355px;
    font-weight: 400;
    line-height: 28.241px;
    text-align: center;
    letter-spacing: 1.26px;
    z-index: 70;
  }
  .young-handsome-man {
    position: absolute;
    width: 100%;
    height: 366px;
    top: 4257px;
    left: 0;
    background: url("About mobile img/e72cf48b-be13-4aa4-9841-34f844339492.png")
      no-repeat center;
    background-size: cover;
    z-index: 24;
  }
  .image {
    position: absolute;
    width: 100%;
    height: 254px;
    top: 4599px;
    left: 0;
    background: url("About mobile img/8d84afed-27df-4df0-9155-a236f8d0f3f0.png")
      no-repeat center;
    background-size: cover;
    z-index: 36;
  }

